Crate numcodecs_reinterpret

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Binary reinterpret codec implementation for the numcodecs API.

Structs§

Enums§

Functions§

  • Reinterpret the data elements of the array using the provided reinterpret closure. The shape of the data is preserved.
  • Reinterpret the data elements of the encoded array using the provided reinterpret closure into the decoded array.