We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This crate looks perfect for my use case but my data is of the above kind (and u8).
u8
I can ofc. just transmute the u16, f16 and f32 to u8.
u16
f16
f32
But I wonder how effective the algorithm is in that case. And if not, if this could be added?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andf32
tou8
.But I wonder how effective the algorithm is in that case. And if not, if this could be added?
The text was updated successfully, but these errors were encountered: