Skip to content

joker-90/rust-roman-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-roman-converter

Roman converter kata written in Rust

To run project tests with cargo execute:

cargo test

To run program and convert int to roman with cargo execute:

cargo run intToRoman {int}

To run program and convert int to roman with cargo execute:

cargo run romanToInt {roman}

To compile the project with cargo execute:

cargo build --release

And then the executable is in ./target/release folder.

To run the program execute:

./target/release/roman_converter intToRoman 42

or

./target/release/roman_converter romanToInt XLII

Releases

No releases published

Packages

No packages published

Languages