rust_censure/
lib.rs

1mod structs;
2mod html;
3mod lang;
4mod censor;
5mod util;
6
7#[cfg(debug_assertions)]
8mod tests;
9
10pub use structs::{Censor, CensorLang, CleanLineResult, CleanHtmlResult, CensorError};