mntime 0.3.0

Execute "m" commands "n" times to calculate mean of usage time and memory. As an alternative to "time", "gnu-time" is used internally.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright © ArkBig
/*!
# mntime-lib

This is main process of [mntime](https://github.com/arkbig/mntime).
*/

pub mod app;
mod cli_args;
mod cmd;
mod stats;
mod terminal;