PSeitz / lz4_flex

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

reenable custom copy #118

Closed PSeitz closed 1 year ago

PSeitz commented 1 year ago

custom copy was deactivated on accident fix README

codecov[bot] commented 1 year ago

Codecov Report

Merging #118 (e202924) into main (bba7346) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
- Coverage   89.87%   89.87%   -0.01%     
==========================================
  Files          13       13              
  Lines        2470     2469       -1     
==========================================
- Hits         2220     2219       -1     
  Misses        250      250              
Impacted Files Coverage Δ
src/block/decompress.rs 96.02% <100.00%> (-0.02%) :arrow_down: