ruzstd 0.6.0

A decoder for the zstd compression format
Documentation
1
2
3
4
5
6
7
8
# Changelog

This document records the changes made between versions, starting with version 0.5.0

# After 0.5.0
* Make the hashing checksum optional (thanks to [@tamird]https://github.com/tamird)
    * breaking change as the public API changes based on features
* The FrameDecoder is now Send + Sync (RingBuffer impls these traits now)