Source code spell checker
Find a file
Ed Page c20e8f6880 perf: Speed up detection of text files
We reduce how much of the buffer we walk twice which should speed up
large files.  We still load the entire file into memory which will still
hurt binary files.

This is part of #34.
2019-10-25 15:05:36 -06:00
benches refactor: Split out typos-dict 2019-08-08 10:24:50 -05:00
benchsuite docs: Explain rg in benchmarks 2019-10-25 10:59:20 -06:00
codegen chore: Update dependencies 2019-10-25 10:25:59 -06:00
docs docs: Fix source precedence 2019-10-25 09:39:55 -06:00
src chore: Upgrade structopt 2019-10-17 20:49:26 -06:00
typos perf: Speed up detection of text files 2019-10-25 15:05:36 -06:00
typos-dict chore: Update dependencies 2019-10-25 10:25:59 -06:00
.clog.toml Initial commit 2019-01-22 15:01:33 -07:00
.gitattributes chore: Fix tracking of source content 2019-08-19 12:53:45 -06:00
.gitignore Initial commit 2019-01-22 15:01:33 -07:00
azure-pipelines.yml chore(CI): Fix code-gen verification 2019-10-25 07:47:10 -06:00
Cargo.lock chore: Update dependencies 2019-10-25 10:25:59 -06:00
Cargo.toml chore: Update dependencies 2019-10-25 10:25:59 -06:00
CHANGELOG.md Initial commit 2019-01-22 15:01:33 -07:00
committed.toml chore: Configure commit lints 2019-10-25 10:28:28 -06:00
CONTRIBUTING.md docs: Fix links 2019-10-25 09:58:24 -06: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 docs: Add reference 2019-10-25 08:17:58 -06:00
release.toml chore: Add release config 2019-10-25 09:48:58 -06:00

typos

Source code spell checker

Build Status codecov Documentation License Crates Status

About

Install

Reference

Contribute

License

Licensed under either of

at your option.