coder543 / metric

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, install using rustup.rs

About

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

License:MIT License


Languages

Language:Rust 100.0%