Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz authored Nov 4, 2021
1 parent 122b905 commit 39d2e74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# measure_time
[![Docs](https://docs.rs/measure_time/badge.svg)](https://docs.rs/crate/measure_time/)
[![Crates.io](https://img.shields.io/crates/v/measure_time.svg)](https://crates.io/crates/measure_time)


[![](http://meritbadge.herokuapp.com/measure_time)](https://crates.io/crates/measure_time)
# measure_time

The crate provides macros, which measure the time until end of scope.
The crate provides macros, which measure the time until end of scope and print the elapsed time in a human readable format.

This is done by creating an object, which measures the time. The time is printed when the object is dropped.

Expand Down

0 comments on commit 39d2e74

Please sign in to comment.