Kyle Carow

Results 2 issues of Kyle Carow

I'm relatively new to Rust so bear with me. I'm working on a project that provides a Python API to Rust code via Pyo3. In my project I'm trying to...

Recently tried to use `clamp` on an f64 quantity, but ran into this issue: `Quantity::clamp` is only implemented via the `Ord` trait: [`impl Ord for Quantity`](https://docs.rs/uom/latest/uom/si/struct.Quantity.html#method.clamp) f64 and f32 implement...