1 2 3 4 5 6
use npy::NpyData; use std::io::Read; fn test(input: &[u8]) { let data = NpyData::from_bytes(input); }