1#![doc = include_str!("../README.md")] 2 3mod validators; 4pub use validators::*; 5 6#[cfg(feature = "fluent")] 7pub mod i18n;