unitx-core 0.1.0

Fast unit conversion primitives with live currency rates.
Documentation
[[bench]]
harness = false
name = "conversions"
path = "benches/conversions.rs"

[dependencies.isahc]
features = ["json"]
version = "1"

[dependencies.quick-xml]
version = "0.31"

[dependencies.rust_decimal]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
version = "0.5"

[[example]]
name = "live_currency"
path = "examples/live_currency.rs"

[lib]
name = "unitx_core"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Fast unit conversion primitives with live currency rates."
documentation = "https://docs.rs/unitx-core"
edition = "2021"
homepage = "https://github.com/mrteesoft/unitx"
keywords = ["units", "conversion", "currency", "rust"]
license = "MIT"
name = "unitx-core"
readme = "README.md"
repository = "https://github.com/mrteesoft/unitx"
version = "0.1.0"

[[test]]
name = "currency"
path = "tests/currency.rs"

[[test]]
name = "distance"
path = "tests/distance.rs"

[[test]]
name = "temperature"
path = "tests/temperature.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[[test]]
name = "validation_enhanced"
path = "tests/validation_enhanced.rs"