matrw 0.1.4

MAT-file serializing and deserializing
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! User interface

pub mod error;
pub mod fileio;
pub mod helper;
pub mod index;
pub mod macros;
pub mod matfile;
pub mod serde;
pub mod types;
pub mod variable;