simple_func_timer 0.1.0

Simple macro to measure the function execution time in Rust
Documentation
[[test]]
name = "tests"
path = "tests/progress.rs"
[dependencies.log]
version = "0.4"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing"]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Makoto Kinoshita <mkinoshi12@gmail.com>"]
autotests = false
categories = ["performance-utility"]
description = "Simple macro to measure the function execution time in Rust"
edition = "2018"
homepage = "https://github.com/mkinoshi/simple_func_timer"
keywords = ["timer", "rust", "performance"]
license = "MIT"
name = "simple_func_timer"
readme = "README.md"
repository = "https://github.com/mkinoshi/simple_func_timer"
version = "0.1.0"