You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crate currently uses Vec<u8> in multiple places, so making it compatible with no_std would require some work. That being said, I would of course be open to reviewing and merging a PR adding no_std support (provided that it doesn't degrade performance).
Hi,
i've been looking over some solutions to compression on embedded rust eg: no_std environment.
Does this crate require standard library?
Thanks, Sam
The text was updated successfully, but these errors were encountered: