rust-censure 0.1.0

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

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