An open API service indexing awesome lists of open source software.

https://github.com/coder543/metric

This library provides zero-cost dimensional analysis for safe, unit-aware numeric computations in Rust.
https://github.com/coder543/metric

compile-time dimensional-analysis no-std rust unit-aware unit-safety units-of-measure

Last synced: about 1 month ago
JSON representation

This library provides zero-cost dimensional analysis for safe, unit-aware numeric computations in Rust.

Awesome Lists containing this project

README

        

To run the examples, simply clone the repo, then

cargo run --example temp

or

cargo run --example length

to build and run the temperature or length examples, respectively.

Requires [Rust](https://www.rust-lang.org), install using [rustup.rs](https://rustup.rs)