simple-digraph 0.3.0

Simplest reference-counting directed graph library
Documentation

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.