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
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "tylar"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "105766786ca6c3c6a1ad3cbd0a6ba4b290162013c7a28083a57ca91df0f24c9c"

[[package]]
name = "units"
version = "0.1.0"
dependencies = [
 "tylar",
]