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

kuchiki-rs/kuchiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)