rust-censure 0.1.2

Simple profanity filter.
Documentation
1
2
3
4
5
6
7
8
9
10
mod structs;
mod html;
mod lang;
mod censor;
mod util;

#[cfg(debug_assertions)]
mod tests;

pub use structs::{Censor, CensorLang, CleanLineResult, CleanHtmlResult, CensorError};