rust-censure 0.2.0

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

#[cfg(debug_assertions)]
mod tests;

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