func_trace 1.0.2

A procedural macro for tracing the execution of functions
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.gag]
version = "0.1.10"

[dev-dependencies.log]
version = "0.4.8"

[lib]
proc-macro = true

[package]
authors = ["Larry Lu <pudding850806@gmail.com>"]
description = "A procedural macro for tracing the execution of functions"
edition = "2018"
license = "MIT"
name = "func_trace"
readme = "README.md"
repository = "https://github.com/Larry850806/func_trace"
version = "1.0.2"