Module ruzstd::frame_decoder[][src]

Structs

This implements a decoder for zstd frames. This decoder is able to decode frames only partially and gives control over how many bytes/blocks will be decoded at a time (so you dont have to decode a 10GB file into memory all at once). It reads bytes as needed from a provided source and can be read from to collect partial results.

Enums