# rs-graph [![rs-graph crate](https://img.shields.io/crates/v/rs-graph.svg)](https://crates.io/crates/rs-graph) [![rs-graph docs](https://docs.rs/rs-graph/badge.svg)](https://docs.rs/rs-graph) ## Introduction `rs-graph` is a library for graph algorithms and combinatorial optimization ## Author Frank Fischer ## Installation Put the requirement `rs-graph = "^0.21"` into the `Cargo.toml` of your project. ## Documentation See [docs.rs](https://docs.rs/rs-graph). ## Download Source code of latest tagged version: [rs-graph-v0.21.0.tar.gz](/tarball/rs-graph-v0.21.0.tar.gz?name=rs-graph) Source code of trunk: [rs-graph-trunk.tar.gz](/tarball/rs-graph-trunk.tar.gz?name=rs-graph)