mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 09:30:57 -05:00
a1e95bc7c0
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.
7 lines
94 B
TOML
7 lines
94 B
TOML
[package]
|
|
name = "dictgen"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
unicase = "2.5"
|