elapsed-printer 0.1.0

Very simple macro for printing time elapsed to execute a function
Documentation
[dependencies.proc-macro2]
version = "1.0.32"

[dependencies.quote]
version = "1.0.10"

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

[lib]
proc-macro = true

[package]
authors = ["baku4 <bahkhun@gmail.com>"]
description = "Very simple macro for printing time elapsed to execute a function"
edition = "2021"
keywords = ["time", "elapsed"]
license = "MIT"
name = "elapsed-printer"
readme = "../README.md"
repository = "https://github.com/baku4/elapsed-printer/"
version = "0.1.0"