Expand description
Derive npyz’s traits for structured arrays.
Using this crate, it is enough to #[derive(npyz::Serialize, npyz::Deserialize)] on a struct to be able to
serialize and deserialize it. All of the fields must implement Serialize
and Deserialize respectively.