Skip to content
/ ms Public

A Rust utility to convert time frames to miliseconds

License

Notifications You must be signed in to change notification settings

mavdi/ms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust utility to convert time frames to miliseconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages