tiny-uom 0.1.0

tiny-uom performs type-safe and zero-cost dimensional analysis. Like `uom` but much smaller.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Justus K <justus.k@protonmail.com>"]
categories = ["science"]
description = "tiny-uom performs type-safe and zero-cost dimensional analysis. Like `uom` but much smaller."
documentation = "https://docs.rs/"
edition = "2018"
homepage = "https://github.com/Stupremee/tiny-uom"
license = "MIT"
name = "tiny-uom"
readme = "README.md"
repository = "https://github.com/Stupremee/tiny-uom"
version = "0.1.0"