tsp-rs 0.1.0

Traveling salesman problem algorithm implementations
Documentation
version: 2
jobs:
  build:
    docker:
      - image: rust:latest
    steps:
      - checkout
      - run: cargo build
      - run: cargo test --release
      - run: cargo doc