This crate looks perfect for my use case but my data is of the above kind (and `u8`). I can ofc. just transmute the `u16`, [`f16`](https://docs.rs/half/1.4.0/half/struct.f16.html) and `f32` to `u8`. But I wonder how effective the algorithm is in that case. And if not, if this could be added?
This crate looks perfect for my use case but my data is of the above kind (and
u8).I can ofc. just transmute the
u16,f16andf32tou8.But I wonder how effective the algorithm is in that case. And if not, if this could be added?