We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7799a07 commit 2f511bbCopy full SHA for 2f511bb
src/doc/ndarray_for_numpy_users/mod.rs
@@ -128,6 +128,9 @@
128
//!
129
//! If you are looking to generate random arrays instead, check out [`ndarray-rand`](https://crates.io/crates/ndarray-rand).
130
131
+//! It is also possible to serialize `NumPy` arrays in `.npy`/`.npz` format and deserialize them as `ndarray` arrays (and vice versa)
132
+//! using [`ndarray-npy`](https://crates.io/crates/ndarray-npy).
133
+//!
134
//! # Other Rust array/matrix crates
135
136
//! Of the array/matrix types in Rust crates, the `ndarray` array type is probably
0 commit comments