simsearch 0.1.1

A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).
Documentation
language: rust

sudo: required

matrix:
  include:
    - rust: stable
    - rust: beta
    - rust: nightly

branches:
  only:
    - master

script:
  - |

      cargo test --verbose &&
      cargo build --example books --verbose