fst 0.1.14

Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible).
Documentation
language: rust
rust:
  - 1.2.0
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo doc
  - cargo test --verbose
  - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
      cargo bench --verbose;
    fi