numeral

Crates.ionumeral
lib.rsnumeral
version1.0.0
sourcesrc
created_at2016-02-01 19:46:34.183298
updated_at2020-07-17 21:51:28.813601
descriptionWritten english form of a number
homepage
repositoryhttps://github.com/letheed/numeral
max_upload_size
id4049
size27,301
Letheed (letheed)

documentation

https://docs.rs/numeral

README

Numeral

Rust library providing the written english form of a number.

Usage

extern crate numeral;

use numeral::Cardinal;

let n = 127;
println!("{} is written: {}", n, n.cardinal());
Commit count: 45

cargo fmt