rust_hawktracer_proc_macro 0.3.0

helper crate for hawktracer profiling library.
Documentation
[package]

name = "rust_hawktracer_proc_macro"

version = "0.3.0"

authors = ["Alexandru <alex.ene0x11@gmail.com>"]

edition = "2018"

license = "MIT/Apache-2.0"

description = "helper crate for hawktracer profiling library."

repository = "https://github.com/AlexEne/rust_hawktracer_proc_macro"

readme = "README.md"



[features]

profiling_enabled = ["rust_hawktracer_sys"]

generate_bindings=["rust_hawktracer_sys", "rust_hawktracer_sys/generate_bindings"]



[dependencies.rust_hawktracer_sys]

version = "0.3"

optional=true



[lib]

proc-macro = true