hungarian 0.1.0

A simple, fast implementation of the Hungarian (Kuhn-Munkres) algorithm.
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

cache: cargo

script:
  - cargo build --verbose --release
  - cargo test --verbose --release