blob: e06d3cb1612eae70c166bab3ccac49628d84adb5 [file]
#[derive(Debug)]
pub struct TimeIndex {
pub relative_offset: u32,
pub timestamp: u64,
}