rust_hawktracer_normal_macro 0.3.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
[dependencies.rust_hawktracer_sys]
optional = true
version = "0.3"

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

[package]
authors = ["Alexandru <alex.ene0x11@gmail.com>"]
description = "helper crate for hawktracer profiling library."
edition = "2018"
license = "MIT/Apache-2.0"
name = "rust_hawktracer_normal_macro"
readme = "README.md"
repository = "https://github.com/AlexEne/rust_hawktracer_normal_macro"
version = "0.3.0"