8 unstable releases (3 breaking)
0.4.0 | Feb 1, 2022 |
---|---|
0.3.5 | Feb 1, 2022 |
0.3.1 | Jan 29, 2022 |
0.2.0 | Jan 29, 2022 |
0.1.0 | Jan 28, 2022 |
#7 in #simplest
5KB
126 lines
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.