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