rust-stopwatch icon indicating copy to clipboard operation
rust-stopwatch copied to clipboard

A stopwatch library for Rust. Used to time things.

Results 5 rust-stopwatch issues
Sort by recently updated
recently updated
newest added

- `start_new()` is presumably a convenience method for doing `new()` + `start()` in one call? - Difference between `reset()` and `restart()`? Just from a glance of the the minimal info...

This issue was automatically generated. Feel free to close without ceremony if you do not agree with re-licensing or if it is not possible for other reasons. Respond to @cmr...

- updated to rust 2021 - cleaned up some code - ran cargo fmt & clippy - added devcontainer - removed some unneeded crates

Useful crate but: Using cargo 1.76.0 (c84b36747 2024-01-18) on fails compiling throwing: ``` error[E0310]: the parameter type `T` may not live long enough --> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.24/src/serialize.rs:1155:5 | 1155 | fn decode(d:...