Crate rustrict[−][src]
Structs
Censor is a flexible profanity filter that can analyze and/or censor arbitrary text.
Type is represents a type or severity of inappropriateness. They can be combined with bitwise operators. They are not mutually exclusive.
Traits
CensorIter makes it easy to sanitize an arbitrary Iterator<Item=char> by calling .censor().
CensorStr makes it easy to sanitize a String or &str by calling .censor().