This website requires JavaScript.
Explore
Discord Server
Help
Sign in
actions
/
typos
Watch
1
Star
0
Fork
You've already forked typos
0
mirror of
https://github.com/crate-ci/typos.git
synced
2024-11-26 19:10:57 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
908f9d44eb
typos
/
crates
/
dictgen
/
src
/
lib.rs
4 lines
30 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor(dict): Make room for trie logic
2021-06-30 11:46:22 -04:00
mod
table
;
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 11:12:17 -04:00
refactor(dict): Make room for trie logic
2021-06-30 11:46:22 -04:00
pub
use
table
::
*
;
Reference in a new issue
Copy permalink