rust_hawktracer_normal_macro 0.4.0

helper crate for hawktracer profiling library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "rust_hawktracer_normal_macro"

version = "0.4.0"

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

edition = "2018"

description = "helper crate for hawktracer profiling library."

license = "MIT/Apache-2.0"

repository = "https://github.com/AlexEne/rust_hawktracer_normal_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.4"

optional=true