Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

NpyArray
An in-memory NumPy array.
NpyField
A field definition in a structured / record array.
NpyMaskedArray
A masked NumPy-style array: elements where mask[i] is true are considered invalid/missing (following NumPy ma conventions).
NpyRecordArray
A simple structured / record array: multiple named columns each stored as a flat Vecf64` (all fields promoted to f64 for simplicity).
NpySlice
A non-owning view into a contiguous slice of f64 data with shape metadata.
NpzArchive
A higher-level NPZ archive that stores typed NpyArray objects by name.
NpzWriter
Writer for the simplified .npz container format.

Enums§

NpyDtype
Element type stored in a .npy file.