1
2
3
4
5
6
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

mod checker;
mod wordlist_codegen;

pub use checker::*;