1 2 3 4
use std::collections::HashMap; #[allow(non_camel_case_types)] pub type dict<K, V> = HashMap<K, V>;