1 2 3 4 5
#[derive(Debug, Clone)] pub struct Entry { pub part_1: Vec<String>, pub part_2: Vec<String>, }