exec_time 0.1.3

Print execution time of a function
Documentation
[dependencies.darling]
version = "0.9.0"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["full"]
version = "0.15.42"

[lib]
proc-macro = true

[package]
authors = ["AbrarNitk <abrar.nitk@gmail.com>"]
description = "Print execution time of a function"
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
keywords = ["execution_time", "print_time", "measure_time", "time"]
license = "MIT"
name = "exec_time"
readme = "README.md"
repository = "https://github.com/AbrarNitk/exec_time"
version = "0.1.3"