pub type PlHashMap<K, V> = HashMap<K, V, RandomState, Global>;
This is supported on crate feature object only.