Registry / utility / matio-rs

matio-rs

JSON →
library1.6.3rscratesunverified

Rust wrapper to MATLAB MAT file I/O library

# Cargo.toml [dependencies] matio-rs = "1.6.3"
INSTALL
IMPORT
SIG · MATIO-RS
M
matio-rs
utilityrustv1.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MatFile
use matio_rs::MatFile;

Open a MATLAB .mat file for reading.

use matio_rs::MatFile; fn main() -> Result<(), Box<dyn std::error::Error>> { let mat = MatFile::open("example.mat")?; println!("Opened MAT file: {:?}", mat); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
matio-rs — cargo add matio-rs · libregistry