#tree #node

orange-trees

Tree data structure with several methods to query and manipulate nodes

1 unstable release

0.1.0 Jun 9, 2021

#1814 in Data structures

Download history 72/week @ 2024-01-01 55/week @ 2024-01-08 131/week @ 2024-01-15 81/week @ 2024-01-22 65/week @ 2024-01-29 57/week @ 2024-02-05 71/week @ 2024-02-12 79/week @ 2024-02-19 110/week @ 2024-02-26 83/week @ 2024-03-04 103/week @ 2024-03-11 159/week @ 2024-03-18 213/week @ 2024-03-25 194/week @ 2024-04-01 152/week @ 2024-04-08 88/week @ 2024-04-15

677 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