Crate roman

Source
Expand description

Conversion between integers and roman numerals.

Statics§

MAX
The largest number representable as a roman numeral.

Functions§

from
Converts a roman numeral to an integer.
to
Converts an integer into a roman numeral.