runmat 0.4.5

High-performance MATLAB/Octave syntax mathematical runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod parse;
mod remote;
mod root;
mod value_types;

pub use parse::{parse_bool_env, parse_figure_size, parse_log_level_env};
pub use remote::{
    FsCommand, OrgCommand, ProjectCommand, ProjectMembersCommand, ProjectRetentionCommand,
    RemoteCommand,
};
pub use root::{Cli, CliOverrideSources, Commands, ConfigCommand, GcCommand, SnapshotCommand};
pub use value_types::{
    CaptureFiguresMode, CompressionAlg, FigureSize, GcPreset, LogLevel, OptLevel,
};