Crate npy_derive

Crate npy_derive 

Source
Expand description

Derive trait Serializable for a structure.

Using this crate, it is enough to #[derive(Serializable)] on a struct to be able to serialize and deserialize it. All the fields must implement Serializable.

Derive Macrosยง

Serializable
Macros 1.1-based custom derive function