kuchiki-rs/kuchiki

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

Rust

480

179 commits

updated Jan 21, 2023

See the code

README

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

Contributors

SimonSapin

128 commits

Ygg01

14 commits

untitaker

5 commits

razielgn

5 commits

kuchiki-rs/kuchiki

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

Rust

480

179 commits

updated Jan 21, 2023

See the code

README

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

Contributors

SimonSapin

128 commits

Ygg01

14 commits

untitaker

5 commits

razielgn

5 commits

Languages

Rust

99.8%