fun_time_derive 0.2.1

The macro implementations of fun_time
Documentation
[dependencies.darling]
version = "0.14.2"

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

[dependencies.quote]
version = "1.0.21"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.103"

[features]
default = []
log = []

[lib]
proc-macro = true

[package]
authors = ["Steven Liebregt <stevenliebregt@outlook.com>"]
categories = ["development-tools::profiling"]
description = "The macro implementations of fun_time"
edition = "2021"
keywords = ["function", "timing", "execution_time", "measure", "time"]
license = "MIT"
name = "fun_time_derive"
readme = "README.md"
repository = "https://github.com/stevenliebregt/fun_time"
version = "0.2.1"