rose_tree

Crates.iorose_tree
lib.rsrose_tree
version0.3.0
sourcesrc
created_at2015-10-08 04:58:14.154611
updated_at2021-08-03 18:20:06.808407
descriptionAn 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.
homepagehttps://github.com/mitchmindtree/rose_tree-rs
repositoryhttps://github.com/mitchmindtree/rose_tree-rs.git
max_upload_size
id3174
size34,230
(mitchmindtree)

documentation

README

rose_tree Actions Status Crates.io Crates.io docs.rs

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.

Beautiful ascii source.

Commit count: 29

cargo fmt