mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-21 20:41:17 -05:00
11 lines
143 B
Rust
11 lines
143 B
Rust
#[macro_use]
|
|
extern crate serde_derive;
|
|
|
|
mod dict;
|
|
mod dict_codegen;
|
|
|
|
pub mod checks;
|
|
pub mod report;
|
|
pub mod tokens;
|
|
|
|
pub use crate::dict::*;
|