pub struct Item { pub name: String, pub value: i32, }