# stopwatchA small stopwatch library written in Rust.## Why does this exist?While there is the [rust-stopwatch](https://crates.io/crates/stopwatch) crate, I didn't like that a simple stopwatch crate had a dependency on [num](https://crates.io/crates/num).This is done in pure Rust.## License- [Creative Commons 1.0](LICENSE)