ptcov 0.1.0

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

impl Mnt {
    pub(crate) const SIZE: usize = 11;
}