A Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words.
Find a file
2023-09-09 10:06:35 +01:00
src ... -> no_classical 2023-09-09 10:06:35 +01:00
tests inflect to inflect-rs 2023-09-09 08:57:30 +01:00
.gitignore Initial commit 2023-09-09 02:04:34 +01:00
Cargo.toml work in progress commit - for crates.io 2023-09-09 09:55:42 +01:00
LICENSE.md keeping license.md consistent with the license in the o.g project 2023-09-09 04:21:25 +01:00
README.md inflect to inflect-rs 2023-09-09 08:57:30 +01:00

inflect-rs

inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words.