merx 0.0.1

Merx is a library useful to talk about quantities in a safe way and with an eye on the performance.
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies]
[dev-dependencies.criterion]
features = ["real_blackbox"]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_macros]
version = "0.9"

[package]
authors = ["Filippo Merli <fmerli1@gmail.com>"]
categories = ["cryptography::cryptocurrencies", "data-structures", "mathematics", "science", "simulation"]
description = "Merx is a library useful to talk about quantities in a safe way and with an eye on the performance."
edition = "2018"
keywords = ["wrapper", "currency", "money", "financial", "fixed"]
license = "MIT OR Unlicense"
name = "merx"
readme = "README.md"
repository = "https://github.com/fi3/merx/"
version = "0.0.1"
[profile.release]
debug = true