traitgraph

Crates.iotraitgraph
lib.rstraitgraph
version8.1.2
created_at2020-07-22 10:29:32.767352+00
updated_at2025-01-30 08:37:42.039085+00
descriptionAbstracting over different graph representations
homepagehttps://github.com/sebschmi/abstract-datastructures-rs
repositoryhttps://github.com/sebschmi/abstract-datastructures-rs
max_upload_size
id267996
size100,853
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: 147

cargo fmt