roman 0.1.1

Convert between integers and roman numerals
Documentation
1
2
3
4
5
6
language: rust

script:
  - cargo test --verbose
  - cargo build --verbose
  - cargo doc --verbose