Modules§
Structs§
- Zstd
Frame - Represents a single frame within a zstd stream, including the compressed and decompressed offsets within the stream, and the compressed and decompressed sizes of the frame.
- Zstd
Seek Table - A table containing offsets and sizes for the frames within a zstd stream, such as from the zstd seekable format.
Functions§
- read_
seek_ table - Read the seek table from the end of a zstd seekable format stream.