Module table

Module table 

Source

Modules§

futures
tokio

Structs§

ZstdFrame
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.
ZstdSeekTable
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.