12 releases
0.1.11 | Oct 22, 2024 |
---|---|
0.1.10 | Sep 6, 2024 |
0.1.9 | Apr 13, 2024 |
0.1.8 | Mar 14, 2024 |
0.1.2 | Jun 29, 2023 |
#115 in Procedural macros
500,890 downloads per month
Used in 304 crates
(14 directly)
41KB
1K
SLoC
A crate providing macros for creating spans in various detail levels. coarse!
should be used for top-level operations, whereas
detail!
should be used in plumbing crates unless their operations are likely to cost a lot of time.
The application is supposed to explicitly turn on tracing via gix-features
.
Crates that use gix-features
should use gix_features::trace
, and those who don't can use gix_trace
directly.
Feature Flags
Dependencies
~85KB