Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 337 Bytes

File metadata and controls

17 lines (11 loc) · 337 Bytes

ms Build Status

A crate similar to the npm ms module

##Usage

extern crate ms;

fn main() {
  println!("main {}", ms::to_ms("5s"));
}

Valid inputs: s, m, h, d and y