unitforge 0.2.7

A library for unit and quantity consistent computations in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "unitforge"
version = "0.2.7"
edition = "2021"
authors = ["Dr.Q team <info@askdrq.com>", "Henrik Stromberg <henrik@askdrq.com>"]
description = "A library for unit and quantity consistent computations in Rust"
license = "MIT"
repository = "https://gitlab.com/henrikjstromberg/unitforge"
keywords = ["units", "quantities", "simulation", "physics"]
readme = "Readme.md"
#ToDo: documentation

[dependencies]
ndarray = "0.16"
num-traits = "0.2.18"