Crate antiswear_rs

Source
Expand description

A library for recognizing obscene words with distortion protection,

Modules§

utils

Structs§

Analyze
Antiswear
The main structure that stores information about the language and has a function for checking.
AntiswearGroup
A structure for accounting for several languages at once
Builder
Builder for Antiswear with a simple API
Replacement

Enums§

Mode
Sets the method for recognizing words. In the case of checking the short variable Mode::Startswith is replaced by Mode::Equally to avoid accidental triggers of similar words.