unitx-core 0.1.0

Fast unit conversion primitives with live currency rates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod currency;
pub mod distance;
pub mod error;
pub mod providers;
pub mod temperature;
pub mod validation;

pub use error::UnitxError;

pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}