2 releases
0.1.1 | Nov 10, 2022 |
---|---|
0.1.0 | Oct 28, 2022 |
#295 in Value formatting
34 downloads per month
15KB
294 lines
rust number to words
A Rust crate to convert numbers into words
This is based on a C# program by Jonathan Wood (www.softcircuits.com)
Converts a number into a string of words.
Examples:
12345.6789 outputs twelve thousand three hundred forty-five and 68/100
345 outputs three hundred forty-five
Dependencies
~460KB