Function read_array_binary

Source
pub fn read_array_binary<P, A>(path: P) -> Result<Array<A, IxDyn>>
where P: AsRef<Path>, A: for<'de> Deserialize<'de> + Clone,
Expand description

Convenience function to read an array from binary format