mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-26 11:01:00 -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.
6 lines
117 B
Rust
6 lines
117 B
Rust
mod vars_codegen;
|
|
|
|
pub use crate::vars_codegen::*;
|
|
|
|
pub use varcon_core::Category;
|
|
pub use varcon_core::CategorySet;
|