Perbarui nilai dalam hashmap di karat

let mut map = HashMap::new();
map["key"] = "value";
Ahmad Khaefi