traitgraph

Crates.iotraitgraph
lib.rstraitgraph
version5.0.0
sourcesrc
created_at2020-07-22 10:29:32.767352
updated_at2023-08-01 06:59:48.656152
descriptionAbstracting over different graph representations
homepagehttps://github.com/sebschmi/abstract-datastructures-rs
repositoryhttps://github.com/sebschmi/abstract-datastructures-rs
max_upload_size
id267996
size97,083
Sebastian Schmidt (sebschmi)

documentation

https://docs.rs/traitgraph

README

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.

Commit count: 141

cargo fmt