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
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 1 items with examples
  • Size
  • Source code size: 12.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.12 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Pierre-Thibault/roman_numerals
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Pierre-Thibault

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