auto_correct 0.1.0

A library to provide auto correct suggestions. Currently supporting EN-US.
Documentation
Build #99520 2018-05-13T23:24:39.363237+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading auto_correct v0.1.0
Fresh lazy_static v1.0.0
Compiling threads_pool v0.1.4
Running `rustc --crate-name threads_pool .cargo/registry/src/github.com-1ecc6299db9ec823/threads_pool-0.1.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=49aeeec3b0c0d3b5 -C extra-filename=-49aeeec3b0c0d3b5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting auto_correct v0.1.0
Running `rustdoc --crate-name auto_correct .cargo/registry/src/github.com-1ecc6299db9ec823/auto_correct-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern threads_pool=/home/cratesfyi/cratesfyi/debug/deps/libthreads_pool-49aeeec3b0c0d3b5.rlib --extern-version threads_pool=threads_pool,0.1.4 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d78457efc2ee8353.rlib --extern-version lazy_static=lazy_static,1.0.0`
Finished dev [unoptimized + debuginfo] target(s) in 2.96 secs