arithmos
A Rust library for converting Arabic numerals (1,2,3...) to Ancient Greek numerals (α', β', γ' ...)
Integers between 0 and 999,999 (inclusive) are currently supported. Any number
beyond this range will return an OutOfRangeError.
Both uppercase and lowercase Greek formatting are supported.
Example usage
Create Greek numerals
use GreekNumeral;
let num = new?;
assert_eq!;
let num: RomanNumeral = 49_999.try_into.unwrap;
println!; // ͵Μ͵ΘϠϘΘ'
License
GPL-3.0