Module zstd::stream::write [−][src]
Implement push-based Write
trait for both compressing and decompressing.
Structs
AutoFinishEncoder | A wrapper around an |
Decoder | A decoder that decompress and forward data to another writer. |
Encoder | An encoder that compress and forward data to another writer. |