#tree #node

orange-trees

Tree data structure with several methods to query and manipulate nodes

1 unstable release

0.1.0 Jun 9, 2021

#1781 in Data structures

Download history 58/week @ 2023-11-29 55/week @ 2023-12-06 54/week @ 2023-12-13 48/week @ 2023-12-20 45/week @ 2023-12-27 69/week @ 2024-01-03 81/week @ 2024-01-10 121/week @ 2024-01-17 71/week @ 2024-01-24 58/week @ 2024-01-31 55/week @ 2024-02-07 82/week @ 2024-02-14 83/week @ 2024-02-21 107/week @ 2024-02-28 96/week @ 2024-03-06 86/week @ 2024-03-13

385 downloads per month
Used in 6 crates (via tui-realm-treeview)

MIT license

35KB
502 lines

orange-trees

License: MIT Stars Downloads Crates.io Docs

Build Build Build Coverage Status

Developed by Christian Visintin
Current version: 0.1.0 (09/06/2021)



About orange-trees 🍊

orange-trees is an implementation of the Tree data structure. It comes with a rich set of methods to manipulate and query nodes.

Flowers in my hair, I belong by the sea
Where we used to be, sitting by the orange trees


Get started 🏁

Add orange-trees to your Cargo.toml 🦀

orange-trees = "0.1.0"

Examples

Examples can be found in the homepage of the documentation at https://docs.rs/orange-trees


Contributing and issues 🤝🏻

Contributions, bug reports, new features and questions are welcome! 😉 If you have any question or concern, or you want to suggest a new feature, or you want just want to improve orange-trees, feel free to open an issue or a PR.

Please follow our contributing guidelines


Changelog ⏳

View orange-trees's changelog HERE


Buy me a coffee ☕

If you like orange-trees and you're grateful for the work I've done, please consider a little donation 🥳

Buy-me-a-coffee


License 📃

orange-trees is licensed under the MIT license.

You can read the entire license HERE

No runtime deps