Skip to content

Commit 2f511bb

Browse files
Add ndarray-npy
1 parent 7799a07 commit 2f511bb

File tree

1 file changed

+3
-0
lines changed
  • src/doc/ndarray_for_numpy_users

1 file changed

+3
-0
lines changed

src/doc/ndarray_for_numpy_users/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
//!
129129
//! If you are looking to generate random arrays instead, check out [`ndarray-rand`](https://crates.io/crates/ndarray-rand).
130130
//!
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+
//!
131134
//! # Other Rust array/matrix crates
132135
//!
133136
//! Of the array/matrix types in Rust crates, the `ndarray` array type is probably

0 commit comments

Comments
 (0)