number_to_words

Crates.ionumber_to_words
lib.rsnumber_to_words
version0.1.1
sourcesrc
created_at2022-10-28 13:52:51.60103
updated_at2022-11-10 13:28:53.723805
descriptionConverts number to words
homepagehttps://github.com/Nex-Pro/rust-number-to-words
repositoryhttps://github.com/Nex-Pro/rust-number-to-words
max_upload_size
id700429
size25,805
(Nex-Pro)

documentation

README

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

Commit count: 54

cargo fmt