units 0.1.0

Units of Measure for Rust. Easy to use, type-safe and customizable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
tylar = "0.2.*"

[features]
unstable = []

[package]
authors = ["Patrick Reisert"]
description = "Units of Measure for Rust. Easy to use, type-safe and customizable."
keywords = ["type-level"]
license = "MIT"
name = "units"
repository = "https://github.com/Boddlnagg/units"
version = "0.1.0"