timers

Crates.iotimers
lib.rstimers
version0.3.0
sourcesrc
created_at2021-06-20 11:04:34.845483
updated_at2023-12-25 01:50:35.444641
descriptionLike GNU's time but in Rust! (timeRS)
homepagehttps://github.com/acheronfail/timers
repositoryhttps://github.com/acheronfail/timers
max_upload_size
id412391
size53,155
(acheronfail)

documentation

README

timeRS

Like GNU time but in Rust!

Some features:

  • better precision than the built-in time
  • configurable unit outputs (seconds, milliseconds, microseconds, etc)
  • returns the exit code of the timed process, or the signal (if it was stopped via a signal)

Usage

See help

$ timers --help

Basically, just use this as you would use the time built-in that's included in most shells.

Installation

Install with cargo:

$ cargo install timers
Commit count: 32

cargo fmt