Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 649 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 649 Bytes

Archived

This repository is archived to reflect its level of (in)activity and set maintenance expectations.

If some ideas or code in it are useful to you, feel free to use them in other repositories and crates in accordance with the license.

Note however that tree data structure design in Rust is full of trade-offs, maybe some approach other than Rc/Weak would work better for you. (For example Vec + indices, if it’s acceptable not to recover memory for dropped nodes before the entire document is dropped.)