Crate numcodecs_sz3

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

SZ3 codec implementation for the numcodecs API.

Structs§

  • Codec providing compression using SZ3
  • Opaque error for when encoding or decoding with SZ3 fails
  • Opaque error for when encoding or decoding the header fails

Enums§

Traits§

  • Array element types which can be compressed with SZ3.

Functions§

  • Compresses the input data array using SZ3 with the provided error bound configuration.
  • Decompresses the encoded data into an array.