perf-event-data 0.1.8

Types and traits for parsing records emitted by perf_event_open
Documentation
1
2
3
4
5
6
7
//! Impls of [`Parse`] on external types.

use crate::parse::Parse;

used_in_docs!(Parse);

mod perf_event_attr;