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.
89#![allow(missing_docs)]
1011pub mod category;
12pub mod severity;
13pub mod word;