//! Serializer implementation for MATLAB v7.3 `.mat` files.
modemit;modemit_with_builder;modroot;// `pub(crate)` so `mat::complex`'s Miri test can drive the real serializer
// over the byte view its array helpers build. Nothing is re-exported.
pub(crate)modvalue_ser;pubuseroot::{
to_bytes, to_bytes_with_options, to_path, to_path_with_options, to_writer,
to_writer_with_options,};