Graph algorithms based on the Rust "petgraph" library.
petgraph
is a great tool for working with graphs in Rust
, but not all algorithms make sense to put there, so the graphalgs
library will be a repository for a variety of algorithms implemented on the basis of petgraph
.
This is a pre-alpha stage of development, published mainly to take a name on crates.io. All code changes will occur on github without updating the crate until the product is ready to release the alpha version.
As a library ```rust extern crate graphalgs;
```
If you have any comments or suggestions, or you suddenly found an error, please write to prototyperailgun@gmail.com.