# simple-digraph
A Rust library (a **preliminary release**):
Simplest reference-counting directed graph library.
I use `Arc` instead of `Rc` because of one particular usage of this library.
More features, tests, and documentation should be added.
API is unstable.