Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

roman_rust

###Conversions from and to roman numerals in rust lang.

A simple program that allows conversions from roman to arabic numerals and vice versa.

List of functions available:

to_arabic(roman: &str) -> Option<usize>
to_roman(number: usize) -> Option<String>

Also handles validation of roman numerals.

About

Conversions from and to roman numerals in rust lang

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages