//! # Text utility function library
//!
//! ## Interface
//! This library is biased towards input strings and returns new strings
//! This library uses polymorphic interface
//! - if accept [`String`], use (`impl Into<String>`)
//! - if accept [`&str`], use (`impl AsRef<str>`)
pub use ;
pub use slugify;
pub use *;