tree: d19f38f89492f85607f46048abff0686af5b2168 [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.