Crates.io | unitforge |
lib.rs | unitforge |
version | |
source | src |
created_at | 2025-02-17 22:07:11.149178+00 |
updated_at | 2025-03-28 13:09:37.599771+00 |
description | A library for unit and quantity consistent computations in Rust |
homepage | |
repository | https://gitlab.com/henrikjstromberg/unitforge |
max_upload_size | |
id | 1559382 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Unitforge is a Rust crate designed for safe handling of physical quantities of units. New quantities and relations can be set up via small macros.
ndarray
.All contributions are welcome! Feel free to implement new quantities or define relations using impl_macros.rs
. 🚀