5 unstable releases
Uses old Rust 2015
0.3.0 | Aug 3, 2021 |
---|---|
0.2.0 | Feb 28, 2020 |
0.1.2 | Sep 4, 2016 |
0.1.1 | Oct 8, 2015 |
0.1.0 | Oct 8, 2015 |
#591 in #data-structures
1,316 downloads per month
16KB
199 lines
rose_tree
An implementation of the rose tree (aka multi-way tree) data structure for Rust.
An indexable tree data structure with a variable and unbounded number of branches per node.
It is Implemented on top of petgraph's Graph data structure and attempts to follow similar conventions where suitable.
Usage
Please see the tests directory for some basic usage examples.
License
Dual-licensed to be compatible with the petgraph and Rust projects.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
Dependencies
~2MB
~30K SLoC