• This repository has been archived on 22/Jan/2023
  • Stars
    star
    469
  • Rank 93,595 (Top 2 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(朽木) HTML/XML tree manipulation library for Rust

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