1 unstable release

0.4.1 Feb 28, 2025

#5 in #trace-points

Download history 144/week @ 2025-02-26 15/week @ 2025-03-05 58/week @ 2025-03-12 30/week @ 2025-03-19 69/week @ 2025-03-26

181 downloads per month
Used in 7 crates (3 directly)

MIT license

66KB
748 lines

EventHeader encoding core types

EventHeader is an event encoding format. This format is used to encode event metadata and data for Tracepoints used with the Linux user_events system.

The eventheader_types provides support types for the EventHeader encoding format. This crate is used when logging EventHeader-style events and when decoding them.

No runtime deps