simple-digraph 0.4.0

Simplest reference-counting directed graph library
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.