Crates.io | simple-digraph |
lib.rs | simple-digraph |
version | 0.4.0 |
source | src |
created_at | 2022-01-28 16:35:41.747139 |
updated_at | 2022-02-01 05:21:28.486647 |
description | Simplest reference-counting directed graph library |
homepage | |
repository | |
max_upload_size | |
id | 523152 |
size | 4,903 |
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.