4 releases (breaking)
| new 0.5.0 | Nov 26, 2025 |
|---|---|
| 0.4.1 | Feb 28, 2025 |
| 0.3.0 | Jun 30, 2023 |
| 0.2.0 | May 23, 2023 |
#1645 in Procedural macros
5,117 downloads per month
Used in eventheader
130KB
2.5K
SLoC
Implements the macros that are exported by the eventheader crate.
Changelog
v0.4.1 (2025-02-28)
- Handle invisible delimiters to support use of eventheader macros from within other macros.
v0.3.0 (2023-06-29)
- If no consumers have enabled a tracepoint, the kernel now returns
EBADF. The eventheader crate has been updated to be consistent with the new behavior.
v0.2.0 (2023-05-16)
- Add support for macro-based logging.
EventHeader Proc Macros
The eventheader_macros crate provides procedural macros for use with the
eventheader crate.