miv 0.1.0

A crate for working with Roman numerals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.thiserror]
version = "1.0.38"
[dev-dependencies.anyhow]
version = "1.0.68"

[package]
authors = ["Sergey Pikhota <sergey@pikhota.com>"]
categories = ["value-formatting"]
description = "A crate for working with Roman numerals"
edition = "2021"
license = "MIT"
name = "miv"
readme = "README.md"
repository = "https://github.com/Melesar/miv"
version = "0.1.0"