| Crates.io | wolf-graph |
| lib.rs | wolf-graph |
| version | 0.1.0 |
| created_at | 2025-01-16 11:22:54.563584+00 |
| updated_at | 2025-01-16 11:22:54.563584+00 |
| description | Data structures and algorithms for working with graphs with reference or value semantics. |
| homepage | |
| repository | https://github.com/WolfMcNally/wolf-graph |
| max_upload_size | |
| id | 1519190 |
| size | 215,032 |
By Wolf McNally
A work in progress 🚧
Slender stem with fragile buds 🌱
Use at your own risk 🤷🏽♂️
The wolf-graph crate provides data structures and algorithms for working with graphs in Rust. It allows representing and manipulating various types of graphs including general graphs, directed acyclic graphs (DAGs), trees, and compound graphs. Graphs can be manipulated with reference semantics or value semantics.
wolf-graph-dot and wolf-graph-mermaid crates.Currently the best documentation is the unit tests in the tests directory.