Numeral
Rust library providing the written english form of a number.
Import
Add this to your Cargo.toml:
[]
= "^0.1"
and this to your crate root:
extern crate numeral;
Usage
use Numeral;
let n = 127;
println!;
Rust library providing the written english form of a number.
Add this to your Cargo.toml:
[]
= "^0.1"
and this to your crate root:
extern crate numeral;
use Numeral;
let n = 127;
println!;