better-stopwatch 0.1.0

This is a module for time measurement in your Rust code
Documentation
1
2
3
pub fn in_development() -> String {
    return "in development".to_string();
}