simple-digraph

Crates.iosimple-digraph
lib.rssimple-digraph
version0.4.0
sourcesrc
created_at2022-01-28 16:35:41.747139
updated_at2022-02-01 05:21:28.486647
descriptionSimplest reference-counting directed graph library
homepage
repository
max_upload_size
id523152
size4,903
mathematician (vporton)

documentation

README

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.

Commit count: 0

cargo fmt