rose_tree 0.1.0

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.
Documentation
# rose_tree [![Build Status]https://travis-ci.org/mitchmindtree/rose_tree.svg?branch=master]https://travis-ci.org/mitchmindtree/rose_tree[![Crates.io]https://img.shields.io/crates/v/rose_tree.svg]https://crates.io/crates/rose_tree [![Crates.io]https://img.shields.io/crates/l/rose_tree.svg]https://github.com/mitchmindtree/rose_tree-rs/blob/master/LICENSE-MIT

An implementation of the [**rose tree** (aka **multi-way tree**) data structure](https://en.wikipedia.org/wiki/Rose_tree) for Rust.

An indexable tree data structure with a variable and unbounded number of branches per node. It is Implemented on top of [petgraph](https://github.com/bluss/petulant-avenger-graphlibrary)'s [Graph](http://bluss.github.io/petulant-avenger-graphlibrary/doc/petgraph/graph/struct.Graph.html) data structure and attempts to follow similar conventions where suitable.

[Documentation](http://mitchmindtree.github.io/rose_tree-rs)
---------------