#numeral #convert #vice #roman #integer #versa

n-roman

Converts integers to Roman numerals and vice versa

1 unstable release

0.1.2 May 2, 2023
0.1.1 May 2, 2023
0.1.0 May 2, 2023

#323 in Value formatting

48 downloads per month

MIT license

31KB
157 lines

n-roman

A simple library that converts numbers to roman numerals and vice versa, written in Rust, with WebAssembly bindings.

Supported languages

  • JavaScript
  • TypeScript
  • Rust

Installation

JavaScript / TypeScript

npm install n-roman

Rust

[dependencies]
n-roman = "0.1.0"

Dependencies

~1.5–3.5MB
~53K SLoC