Closed CraftSpider closed 3 years ago
Thanks for the the bug report, it is fixed with https://github.com/PSeitz/lz4_flex/pull/32. I also added a gh action step to ensure it won't break again.
Released with 0.9.1, can you confirm it works?
Confirmed, everything is building again, thanks for the quick response.
As of a recent update, using the feature
safe-decode
causes the crate to fail to compile in no_std environments. There are two reported errors:vec!
isn't imported indecompress_safe.rs
Vec
isn't found insink.rs
functionvec_sink_for_compression