PSeitz / lz4_flex

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

allow to pass buffer larger than size, warn on missing docs #78

Closed PSeitz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #78 (47fe2c0) into main (20bb1ab) will increase coverage by 1.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
+ Coverage   89.71%   90.75%   +1.03%     
==========================================
  Files          11       11              
  Lines        2149     2119      -30     
==========================================
- Hits         1928     1923       -5     
+ Misses        221      196      -25     
Impacted Files Coverage Δ
src/block/mod.rs 23.33% <ø> (+3.88%) :arrow_up:
src/frame/decompress.rs 75.97% <ø> (+0.79%) :arrow_up:
src/frame/mod.rs 53.33% <ø> (ø)
src/lib.rs 100.00% <ø> (ø)
src/block/decompress.rs 95.62% <100.00%> (+2.01%) :arrow_up:
src/block/decompress_safe.rs 98.34% <100.00%> (+3.10%) :arrow_up:
src/frame/header.rs 88.31% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.