| Crates.io | eventheader_types |
| lib.rs | eventheader_types |
| version | 0.4.1 |
| created_at | 2025-02-28 19:45:38.472008+00 |
| updated_at | 2025-02-28 19:45:38.472008+00 |
| description | Rust types for eventheader-encoded Linux Tracepoints via user_events |
| homepage | |
| repository | https://github.com/microsoft/LinuxTracepoints-Rust |
| max_upload_size | |
| id | 1573097 |
| size | 69,164 |
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.