Crates.io | traitgraph |
lib.rs | traitgraph |
version | 5.0.0 |
source | src |
created_at | 2020-07-22 10:29:32.767352 |
updated_at | 2023-08-01 06:59:48.656152 |
description | Abstracting over different graph representations |
homepage | https://github.com/sebschmi/abstract-datastructures-rs |
repository | https://github.com/sebschmi/abstract-datastructures-rs |
max_upload_size | |
id | 267996 |
size | 97,083 |
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.