#roman #vice #numeral #convert

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

#12 in #roman

31 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–4MB
~59K SLoC