Expand description
§Crustrace
A procedural macro crate for instrumenting Rust functions with tracing spans.
This crate provides macros to automatically add tracing instrumentation to your functions.
Attribute Macros§
- instrument
- Instruments a function to create and enter a
tracing
span every time the function is called. - omni
- Instruments all functions within a module or impl block with tracing spans.