typos/src
Ed Page a1e95bc7c0 refactor(dict): Pull out table-lookup logic
Before, only some dicts did we guarentee were pre-sorted.  Now, all are
for-sure pre-sorted.

This also gives each dict the size-check to avoid lookup.

But this is really about refactoring in prep for playing with other
lookup options, like tries.
2021-06-30 10:12:17 -05:00
..
bin/typos-cli fix(cli): Don't crash on races 2021-06-15 16:50:12 -05:00
config.rs feat(ignore): Typos=specific ignores 2021-05-20 21:00:28 -05:00
dict.rs refactor(dict): Pull out table-lookup logic 2021-06-30 10:12:17 -05:00
file.rs fix(cli): Don't crash on stdin 2021-05-28 19:02:27 -05:00
lib.rs fix(cli): Clarify API stabiliy 2021-05-13 13:34:27 -05:00
policy.rs refactor(typos)!: Bake ignores into parser 2021-06-29 11:41:25 -05:00
report.rs refactor(cli)!: Shift Report impls to bin 2021-05-12 19:51:41 -05:00