flamer icon indicating copy to clipboard operation
flamer copied to clipboard

Documentation

Open llogiq opened this issue 9 years ago • 1 comments

There's currently exactly 0 (read: zero) documentation. I should really write up some.

llogiq avatar May 15 '16 20:05 llogiq

Hi there, first of all terrific job!

there is a typo in your readme file, (I guess documentation is > 0 therefore) #[cfg_attr(feature="flame_it", flame)]; Should not have a semicolon at the end, it would help to write some dummy function header afterward to clarify the use.

#[cfg_attr(feature="flame_it", flame)] fn some_function()

cheers!

LuisAyuso avatar Aug 09 '17 20:08 LuisAyuso