Hello!
I wanted to share a project that I have been sitting on for a while and finally found to the time to get to 0.1.
graph-api provides a set of traits that describe a graph, and a walker builder that can be used for any graph that implements these traits heavily inspired by Apache Tinkerpop.
Think iterator, but for graph traversal.
Book: Introduction - graph-api
Github: GitHub - BrynCooke/graph-api: An ergonomic graph API for Rust
It'd be great to get feedback.