PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
441 stars 28 forks source link

don't bring in the `fastcpy_unsafe` module with `safe-*` features #150

Closed krasimirgg closed 6 months ago

krasimirgg commented 6 months ago

No functional changes intended.

This makes it build successfully in an environment with --deny=unsafe_code, e.g.:

RUSTFLAGS=--deny=unsafe_code cargo build
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.20%. Comparing base (06f9c9a) to head (566d29f). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #150 +/- ## ========================================== + Coverage 89.00% 89.20% +0.19% ========================================== Files 12 12 Lines 2484 2465 -19 ========================================== - Hits 2211 2199 -12 + Misses 273 266 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

PSeitz commented 6 months ago

Can you rebase? I fixed the nightly build in another PR

PSeitz commented 6 months ago

Thanks! released with 0.11.3