Crate blosc2

source ·
Expand description

Blosc2 Rust bindings.

Modules§

  • blosc2_schunk,blosc2_storage, and Chunk APIs

Structs§

  • Call blosc2 init/destroy around the lifetime of this struct.
  • Wrapper to blosc2_cparams.
    Compression parameters.
  • Info about a compressed buffer Normal construction via CompressedBufferInfo::try_from(&[u8])?
  • Wrapper to blosc2_context.
    Container struct for de/compression ops requiring context when used in multithreaded environments
  • Wrapper to blosc2_dparams.
    Decompression parameters, normally constructed via DParams::default().

Enums§

Constants§

Functions§

Type Aliases§

  • Result type used in this library