sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
180 stars 35 forks source link

Fix the problem reported by #23 #24

Closed sile closed 5 years ago

sile commented 5 years ago

This PR resolves #23.

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   91.42%   91.44%   +0.02%     
==========================================
  Files          14       14              
  Lines        1294     1298       +4     
==========================================
+ Hits         1183     1187       +4     
  Misses        111      111
Impacted Files Coverage Δ
src/deflate/encode.rs 96.59% <ø> (ø) :arrow_up:
src/deflate/symbol.rs 93.03% <100%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d916534...75ba973. Read the comment docs.