View Source API Reference ex_zstd v0.5.2

Modules

ExZstd aims to expose ZSTD stable interfaces in an idiomatic Elixir way. If you have any doubts the official documentation resides here: https://github.com/facebook/zstd/blob/v1.5.5/lib/zstd.h. The naming used in this wrapper library aims to reflect upstream closely where possible.

Compression context. To know more check out the ExZstd doc.

Helpers to convert cparam names into numbers. Consult zstd.h to know more.

Helpers to convert the values of the strategy cparam into numbers. Consult zstd.h to know more.

Decompression context. To know more check out the ExZstd doc.

Helpers to convert dparam names into numbers. Consult zstd.h to know more.