Source code spell checker
Find a file
2019-01-23 16:48:59 -07:00
assets Initial commit 2019-01-22 15:01:33 -07:00
benches feat: Control over output format 2019-01-23 16:48:58 -07:00
src fix: Limit words to just identifiers 2019-01-23 16:48:59 -07:00
.clog.toml Initial commit 2019-01-22 15:01:33 -07:00
.gitattributes Initial commit 2019-01-22 15:01:33 -07:00
.gitignore Initial commit 2019-01-22 15:01:33 -07:00
.travis.yml Initial commit 2019-01-22 15:01:33 -07:00
appveyor.yml Initial commit 2019-01-22 15:01:33 -07:00
build.rs Initial commit 2019-01-22 15:01:33 -07:00
Cargo.lock feat: Control over output format 2019-01-23 16:48:58 -07:00
Cargo.toml feat: Control over output format 2019-01-23 16:48:58 -07:00
CHANGELOG.md Initial commit 2019-01-22 15:01:33 -07:00
CONTRIBUTING.md Initial commit 2019-01-22 15:01:33 -07:00
LICENSE-APACHE Initial commit 2019-01-22 15:01:33 -07:00
LICENSE-MIT Initial commit 2019-01-22 15:01:33 -07:00
README.md Initial commit 2019-01-22 15:01:33 -07:00

scorrect

Source Code Spelling Correction

Travis Status Appveyor Status Documentation License Crates Status

Install

Add to your Cargo.toml:

[dependencies]
scorrect = "0.3"

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.