execution-time 0.1.6

simple way to measure and display the execution time
Documentation
[dependencies]

[lib]
name = "execution_time"
path = "src/lib.rs"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Claudio F S Rodrigues <claudiofsrodrigues@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "simple way to measure and display the execution time"
documentation = "https://docs.rs/execution-time"
edition = "2021"
homepage = "https://github.com/claudiofsr/execution-time"
keywords = ["execution", "time"]
license = "BSD-3-Clause"
name = "execution-time"
readme = "README.md"
repository = "https://github.com/claudiofsr/execution-time"
version = "0.1.6"