shrs_command_timer
shrs plugin to time runtime of commands
This is a plugin for shrs.
Using this plugin
First add this plugin to your dependencies
= { = "0.0.6" }
Then include this plugin when initializing shrs
use *;
use CommandTimerPlugin;
let myshell = default
.with_plugin
.build
.unwrap;