Crates.io | numeral |
lib.rs | numeral |
version | 1.0.0 |
source | src |
created_at | 2016-02-01 19:46:34.183298 |
updated_at | 2020-07-17 21:51:28.813601 |
description | Written english form of a number |
homepage | |
repository | https://github.com/letheed/numeral |
max_upload_size | |
id | 4049 |
size | 27,301 |
Rust library providing the written english form of a number.
extern crate numeral;
use numeral::Cardinal;
let n = 127;
println!("{} is written: {}", n, n.cardinal());