graphlib_rust 0.0.1

Dagre's Graphlib implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# graphlib-rust

graphlib-rust is a Rust implementation of [graphlib](https://github.com/dagrejs/graphlib) that provides data structures for undirected
and directed multi-graphs along with algorithms that can be used with them. 

# License

Graphlib is licensed under the terms of the Apache-2.0 License. See the
[LICENSE](LICENSE) file
for details.