mgraph 0.1.0

A simple, performance-oriented graph library for Rust
Documentation

graph

This is the graph repository. Graph is a simple, permormant-oriented implementation of different graph algorithms, such as BFS, DFS, Dijkstra and others (in future).

You can run graph by cloning repository and running the following command:

cargo run --release