hdf5-pure 0.3.1

Pure-Rust HDF5 writer library (WASM-compatible, no C dependencies)
Documentation
1
2
3
4
5
6
7
//! Serializer implementation for MATLAB v7.3 `.mat` files.

mod emit;
mod root;
mod value_ser;

pub use root::to_bytes;