Crates.io | number_to_words |
lib.rs | number_to_words |
version | 0.1.1 |
source | src |
created_at | 2022-10-28 13:52:51.60103 |
updated_at | 2022-11-10 13:28:53.723805 |
description | Converts number to words |
homepage | https://github.com/Nex-Pro/rust-number-to-words |
repository | https://github.com/Nex-Pro/rust-number-to-words |
max_upload_size | |
id | 700429 |
size | 25,805 |
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