uom icon indicating copy to clipboard operation
uom copied to clipboard

Units of measurement -- type-safe zero-cost dimensional analysis

Results 151 uom issues
Sort by recently updated
recently updated
newest added

Currently, `ThermodynamicTemperature` values cannot be added together; the module documentation does a good job of explaining why. However, that makes it rather difficult to calculate the average of a collection...

It took me a while, reading documentation and experimenting, to define my system of units as ``` #[macro_use] extern crate uom; ISQ!( uom::si, i32, ( millimeter, kilogram, millisecond, ampere, kelvin,...

https://www.bipm.org/documents/20126/64811571/Draft-Resolutions-2022.pdf/2e8e53df-7a14-3fc8-8a04-42dd47df1a04?t=1644502962693#page=22 Link is to draft, but I believe the prefixes were just voted in.

I have an application where I need to take a difference of thermodynamic temperatures, and my expectation would be that this produces a temperature interval. At present, this operation is...

This is a bug that I just noticed when upgrading from 0.33 to 0.36. This looks like a copy-paste error.

I have a use case where I would like to store a `Quantity` in a struct that gets sent to a GPU shader, which means it needs to be (de)serializable...

It seems that the URI of Appendix B9 of the NIST Special Publication 811 has been changed to https://www.nist.gov/pml/special-publication-811/nist-guide-si-appendix-b-conversion-factors/nist-guide-si-appendix-b9. At the very least, I got a 404 when clicking the...