Crate ndarray_npz

source ·
Expand description

Advanced .npz file format support for ndarray.

Accessing .npy Files

Accessing .npz Files

  • Reading: NpzReader
  • Writing: NpzWriter
  • Immutable viewing (primarily for use with memory-mapped files):
  • Mutable viewing (primarily for use with memory-mapped files):

Features

Both features are enabled by default.

  • compressed: Enables zip archives with deflate compression.
  • num-complex-0_4: Enables complex element types of crate num-complex.

Re-exports

Structs

  • Immutable view of memory-mapped .npy files within an .npz file.
  • Mutable view of memory-mapped .npy files within an .npz file.
  • Reader for .npz files.
  • Immutable view for memory-mapped .npz files.
  • Mutable view for memory-mapped .npz files.
  • Writer for .npz files.

Enums