time-graph-macros 0.3.0

Attribute macro to instrument functions and record their executing time with the [time-graph](https://crates.io/crates/time-graph) crate.
Documentation
[dependencies.quote]
version = "1.0"

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

[lib]
doctest = false
proc-macro = true
test = false

[package]
authors = ["Luthaf <luthaf@luthaf.fr>"]
categories = ["development-tools::profiling"]
description = "Attribute macro to instrument functions and record their executing time with the\n[time-graph](https://crates.io/crates/time-graph) crate.\n"
edition = "2018"
keywords = ["profiling"]
license = "Apache-2.0/MIT"
name = "time-graph-macros"
repository = "https://github.com/luthaf/time-graph"
version = "0.3.0"