Kyle Carow
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...
Hey there! I noticed this crate runs `Decoder::read_image` on instantiating a `GeoTiff`, meaning any time you're working with an image, the _entire_ image must be loaded into memory. To me,...
This is not really an issue per-se, but I'm trying to gain some insight into why the ArrayBase serialization format is the way it is. With this example 2-D array:...