#[derive(Debug, Clone)] pub struct Entry { pub part_1: Vec, pub part_2: Vec, }