From 39d2e7433c8f851e746e62b7af0a9cc162442eba Mon Sep 17 00:00:00 2001 From: PSeitz Date: Thu, 4 Nov 2021 13:54:12 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 591bc44..20219c6 100644 --- a/README.md +++ b/README.md @@ -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.