wolfram_wxf 0.6.4

Convert a value to the Wolfram Language WXF format.
Documentation
1
2
3
4
5
6
use npy::NpyData;
use std::io::Read;

fn test(input: &[u8]) {
    let data = NpyData::from_bytes(input);
}