Crate npy_derive [−] [src]
Derive trait NpyData for a structure.
Using this crate, it is enough to #[derive(NpyData)] on a struct to be able to serialize and
deserialize it. All the fields must implement Serializable.
Functions
| npy_data |
Macros 1.1-based custom derive function |