value_unit 0.1.2

A crate for every unit imaginable. Also contains a handy macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "value_unit"
version = "0.1.2"
edition = "2021"
description = "A crate for every unit imaginable. Also contains a handy macro"
license = "Apache-2.0 OR MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
phf = { version = "0.11.1", features = ["macros"] }