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.
Arc
Rc
More features, tests, and documentation should be added.
API is unstable.