10000 GitHub - tzkhan/roman-rust: Conversions from and to roman numerals in rust lang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0