1 2 3 4 5 6 7 8
//! Serializer implementation for MATLAB v7.3 `.mat` files. mod emit; mod emit_with_builder; mod root; mod value_ser; pub use root::{to_bytes, to_bytes_with_options};