fast_symspell 0.1.3

Spelling correction & Fuzzy search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust    : stable

addons:
  firefox: latest

install:
  - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
  - rustup component add clippy

script:
  - cargo clippy
  - cargo test
  - wasm-pack test --firefox --headless