1 2 3 4 5 6 7 8 9
use std; import std::map; import std::map::hashmap; fn main() { let m = map::bytes_hash(); m.insert(str::bytes("foo"), str::bytes("bar")); log(error, m); }