roman_numerals_fn 1.0.0

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.
Documentation
[![stars](https://img.shields.io/github/stars/Pierre-Thibault/roman_numerals)](https://github.com/Pierre-Thibaultroman_numerals)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
 
# Crate roman_numerals

A library to convert integers to their roman numeral representation as strings.

## Description

This crate contains essentially only one function `to_roman_numeral` converting integers to roman numerals as
strings.

## Author

Pierre Thibault 2024-12-08

## License

MIT https://opensource.org/license/MIT