zstd-rs

A rust binding for the zstd compression library.

MIT License

Downloads
254.3M
Stars
518
Committers
56
zstd-rs -

Published by gyscos over 7 years ago

Update zstd to 1.1.3

zstd-rs -

Published by gyscos almost 8 years ago

Update zstd to 1.1.2

zstd-rs -

Published by gyscos almost 8 years ago

Update zstd to 1.1.1

zstd-rs -

Published by gyscos about 8 years ago

  • Update zstd to 1.1.0
  • Revert stream::Decoder constructor with a dictionary to take a &[u8]
zstd-rs -

Published by gyscos about 8 years ago

  • Adds stream::copy_encode and stream::copy_decode for common use-cases
  • stream::Decoder now decodes concatenated frames seamlessly
  • stream::Decoder now keeps a copy of the dictionary (can be shared with an Arc<Vec<u8>>
zstd-rs -

Published by gyscos about 8 years ago

  • Update zstd to 1.0.0
  • Stream decompression now supports legacy formats
  • Added tests for legacy decompression
zstd-rs -

Published by gyscos about 8 years ago

Update for zstd 0.8.1
Use new zstd streaming API internally
Use more direct ll.rs binding generation (less manual modifications)

zstd-rs -

Published by gyscos about 8 years ago

Update zstd to 0.8.0

zstd-rs -

Published by gyscos over 8 years ago

Update zstd to 0.7.4

zstd-rs -

Published by gyscos over 8 years ago

Update zstd version

zstd-rs -

Published by gyscos over 8 years ago

Adds AutoFinish wrapper to the encoder, to avoid having to manually finish the stream.