paholg / dimensioned

Compile-time dimensional analysis for various unit systems using Rust's type system.
https://crates.io/crates/dimensioned
MIT License
300 stars 23 forks source link

Rename Dim<D, V> to Quantity<D, V> #13

Closed iliekturtles closed 7 years ago

iliekturtles commented 8 years ago

The struct represents a quantity[1] having a quantity dimension[2] and a base quantity[3]. Resolves #11.

As mentioned in #11 please close this if you believe it's too much of a change.

[1] http://jcgm.bipm.org/vim/en/1.1.html [2] http://jcgm.bipm.org/vim/en/1.7.html [3] http://jcgm.bipm.org/vim/en/1.4.html

paholg commented 7 years ago

I am currently rewriting dimensioned from the ground up, and have restructured it so that this struct no longer exists.

As a result, I think it's safe to close this.