tsp-rs

Crates.iotsp-rs
lib.rstsp-rs
version0.1.0
created_at2026-01-02 19:14:30.788801+00
updated_at2026-01-02 19:14:30.788801+00
descriptionTSP tooling written in Rust.
homepage
repositoryhttps://github.com/raoulluque/traveling-crab
max_upload_size
id2019066
size553,171
Raoul Luqué (RaoulLuque)

documentation

https://docs.rs/traveling-crab

README

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"
Commit count: 0

cargo fmt