Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 417 Bytes

File metadata and controls

17 lines (14 loc) · 417 Bytes

Stopwatch

Share your rust projects on discord presence!

What is Stopwatch

cargo-stopwatch is a cargo command which shares what you're building (and how long your compiles take) on your discord presence.

Using Stopwatch

Install stopwatch with the cargo install command

cargo install cargo-stopwatch

Run cargo stopwatch <command> to time and broadcast a cargo command

cargo stopwatch build