31 releases (9 stable)
2.2.0 | Jun 9, 2022 |
---|---|
1.5.0 | Jun 8, 2022 |
0.10.0 | Mar 8, 2022 |
0.5.1 | Dec 16, 2021 |
0.1.0-alpha.1 | Jul 22, 2020 |
#601 in Data structures
301 downloads per month
Used in 7 crates
(5 directly)
72KB
1.5K
SLoC
Traitgraph
A Rust crate to represent graphs.
The basic principle of this crate is to define all methods on traits, and then implement these for concrete graph representations. Currently, only petgraph is supported as a representation.
lib.rs
:
This crate offers traits for graph datastructures as well as implementations of these traits.
Dependencies
~1.5MB
~28K SLoC