tree: c0a48209af83381faeb01c86afb16b65e15ce312 [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
crates/dino/README.md

petgraph-dino

Who doesn't want to have a pet dinosaur?

This crate exposes an example implementation of a graph data structure using the GraphStorage trait from the petgraph-core crate. It is intended to be used as a reference implementation for the GraphStorage trait, and as a playground for testing various crates.