stfu/word_lists/
mod.rs

1//! # Warning!
2//!
3//! If you are offended easily, please do not continue reading.
4//!
5//! # Word Lists
6//!
7//! This module contains several lists of English profanity, seperated by category.
8
9#![allow(missing_docs)]
10
11pub mod category;
12pub mod severity;
13pub mod word;