How to read an array form binary file? #1234
Unanswered
goldwind-ting
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you are referring to NumPy's NPY format, there are two crates which implement this: ndarray-npy and npyz. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to read an array form binary file?
The method is similar to
numpy.fromfile
.Beta Was this translation helpful? Give feedback.
All reactions