Skip to content

Provides the English written form of a number

License

Notifications You must be signed in to change notification settings

letheed/numeral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());

About

Provides the English written form of a number

Resources

License

Stars

Watchers

Forks

Languages