[package] name = "roman_numerals_fn" version = "1.0.0" edition = "2021" rust-version = "1.60.0" description = """ A function to convert integers to their roman numeral representation as strings. Values from 1 to 3999 are possible, otherwise it returns an OutOfRangeError. Zero has no representation in roman numerals. """ authors = ["Pierre Thibault