//! **mask-text**
//!
//! This is a library to mask text with multiple masking options
//!
//! ## Example:
//! ### Percentage:
//! ```
//! ```
//! ### Regex:
//! ```
//! ```
//! [See more masking option](https://github.com/rusty-ferris-club/mask-text/mask-text/examples/README.md)
pub use Kind;