roman_numerals_fn

Crates.ioroman_numerals_fn
lib.rsroman_numerals_fn
version1.0.0
sourcesrc
created_at2024-12-10 03:05:59.179029
updated_at2024-12-10 03:05:59.179029
descriptionA 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.
homepagehttps://github.com/Pierre-Thibault/roman_numerals
repositoryhttps://github.com/Pierre-Thibault/roman_numerals.git
max_upload_size
id1478035
size11,100
Pierre Thibault (Pierre-Thibault)

documentation

README

stars License: 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

Commit count: 6

cargo fmt