Skip to main content

Crate ferray_io

Crate ferray_io 

Source
Expand description

This crate provides functions for reading and writing N-dimensional arrays in NumPy-compatible formats:

Re-exports§

pub use format::MemmapMode;
pub use npy::NpyElement;
pub use npy::load;
pub use npy::load_dynamic;
pub use npy::save;
pub use npz::NpzFile;
pub use npz::savez;
pub use npz::savez_compressed;
pub use text::SaveTxtOptions;
pub use text::genfromtxt;
pub use text::loadtxt;
pub use text::savetxt;

Modules§

format
memmap
npy
npz
text