Skip to content

Conversions from and to roman numerals in rust lang

License

Notifications You must be signed in to change notification settings

tzkhan/roman-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages