matio-rs

Crates.iomatio-rs
lib.rsmatio-rs
version1.6.2
created_at2022-05-17 22:54:58.292756+00
updated_at2025-12-07 22:53:54.973296+00
descriptionRust wrapper to MATLAB MAT file I/O library
homepage
repositoryhttps://github.com/rconan/matio-rs
max_upload_size
id588645
size108,323
Rod Conan (rconan)

documentation

https://docs.rs/matio-rs

README

Rust wrapper to MATLAB MAT file I/O library

This crate provides bindings and wrappers for MATIO: MATLAB MAT file I/O C library

Dependencies

  • cmake
  • zlib

Installing dependencies on Ubuntu/Debian

sudo apt install cmake zlib1g-dev

Installing dependencies on Windows

Download and install LLVM 15.0.7

winget install cmake
vcpkg install zlib

Set environment variable ZLIB_LIB_DIR to <vcpkg>\packages\zlib_x64-windows\lib

Commit count: 81

cargo fmt