ptcov 0.1.0-beta.1

Decoder to compute code coverage from IntelĀ® Processor Trace traces
Documentation
1
2
3
4
5
6
7
#[derive(Debug, PartialEq)]
pub(super) struct Pad {}

impl Pad {
    pub(crate) const B0: u8 = 0x00;
    pub(crate) const SIZE: usize = 1;
}