Crates.io | rugraph |
lib.rs | rugraph |
version | 1.3.0 |
source | src |
created_at | 2022-04-20 14:41:42.374504 |
updated_at | 2024-06-19 10:34:09.336799 |
description | Simple undirected, directed and multidirected graph library. |
homepage | https://github.com/yangosoft/rugraph |
repository | https://github.com/yangosoft/rugraph |
max_upload_size | |
id | 571010 |
size | 60,606 |
Graph lib for Rust
This is a toy project to learn Rust. Not intended for real use.
Current features:
Undirected graph implementation
Directed graph implementation
Multi directed graph implementation
All simple path algorithm implemented
Dot file export for Graphivz
Dot file import
Some pitfalls:
See the examples and documentation