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 02:07:10 +01:00
src initial commit - enclose, joinstem, bysize 2023-09-09 02:07:10 +01:00
tests initial commit - enclose, joinstem, bysize 2023-09-09 02:07:10 +01:00
.gitignore Initial commit 2023-09-09 02:04:34 +01:00
Cargo.toml initial commit - enclose, joinstem, bysize 2023-09-09 02:07:10 +01:00
LICENSE.md initial commit - enclose, joinstem, bysize 2023-09-09 02:07:10 +01:00
README.md Initial commit 2023-09-09 02:04:34 +01:00

inflect_rs