trimsec 2.1.1

Calculate time saved on using speed multipliers.
Documentation
1
2
3
4
5
6
7
8
pub mod trim;
pub mod yt;

use anyhow::Result;

pub trait Runnable {
    fn run(self) -> Result<()>;
}