41 releases (13 stable)
6.0.0-alpha.1 |
|
---|---|
5.0.0 | Aug 1, 2023 |
4.0.0 | Jun 22, 2023 |
3.1.0 | Jun 16, 2023 |
0.1.0-alpha.1 | Jul 22, 2020 |
#1920 in Data structures
156 downloads per month
Used in 9 crates
(5 directly)
115KB
2K
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
~3MB
~55K SLoC