roman_numeral 0.1.0

Rust library for roman numerals. Encode/decode roman numerals with ease!
Documentation
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{js,ts,json,yml,toml}]
charset = utf-8
indent_style = space
indent_size = 2

[*.{rs}]
charset = utf-8
indent_style = space
indent_size = 4