1mod inflect_rs; 2 3/// inflect_rs is a Rust port of the Python inflect library. 4/// It is used to generate plurals, ordinals, indefinite articles, and to convert numbers to words. 5 6pub use crate::inflect_rs::*;