flamer 0.1.0

a procedural macro to insert `flame::start_guard(_)` calls
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
flame = "0.1.2"

[lib]
plugin = true

[package]
authors = ["Andre Bogus <bogusandre@gmail.com>"]
description = "a procedural macro to insert `flame::start_guard(_)` calls"
license = "Apache 2"
name = "flamer"
version = "0.1.0"