miv 0.1.1

A crate for working with Roman numerals
Documentation
1
2
3
4

pub use crate::error::Error;

pub type Result<T> = std::result::Result<T, Error>;