Skip to content

rc-zip-tokio-v4.1.0

Latest
Compare
Choose a tag to compare
@fasterthanlime fasterthanlime released this 19 Mar 17:08
· 7 commits to main since this release

Added

  • Measure code coverage differently (#79)
  • futures => futures_util (fewer deps)
  • Run one-byte-read tests in CI in release (#77)
  • More efficient implementation
  • rc-zip-tokio: Re-use cursor if it's at the right offset already (#71)

Fixed

  • lzma_dec: count all input in outcome.bytes_read
  • Don't give up on reading local header when given short reads
  • fix arafc bug I just introduced

Other

  • release (#68)