| Crates.io | roman_numerals_fn |
| lib.rs | roman_numerals_fn |
| version | 1.0.0 |
| created_at | 2024-12-10 03:05:59.179029+00 |
| updated_at | 2024-12-10 03:05:59.179029+00 |
| 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. |
| homepage | https://github.com/Pierre-Thibault/roman_numerals |
| repository | https://github.com/Pierre-Thibault/roman_numerals.git |
| max_upload_size | |
| id | 1478035 |
| size | 11,100 |
A library to convert integers to their roman numeral representation as strings.
This crate contains essentially only one function to_roman_numeral converting integers to roman numerals as
strings.
Pierre Thibault 2024-12-08