tsp-rs 0.1.0

TSP tooling written in Rust.
tsp-rs-0.1.0 is not a library.

tsp-rs

This crate is the entry point for tsp-rs, a suite of crates for solving the Traveling Salesman Problem (TSP) written in Rust.

Build status

Dual-licensed under MIT or the Apache 2.0 License.

Documentation

https://docs.rs/tsp-rs

Usage

Add this to your Cargo.toml:

[dependencies]
tsp-rs = "0.1"