Crate npy_derive [] [src]

Derive trait NpyRecord for a structure.

Using this crate, it is enough to #[derive(NpyRecord)] 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