Crate zstd_util

Source
Expand description

A simple library providing higher level zstd compression with a better performance characteristics for dictionary usage during repeated calls.

Structs§

ZstdContext
The ZSTD compression/decompression context.

Enums§

Error
The various error conditions which can occur.

Type Aliases§

Result
The type of results which this library provides.