iddqd 0.3.18

Maps where keys borrow from values, including bijective and trijective maps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod bi_hash_map;
mod id_hash_map;
#[cfg(feature = "std")]
mod id_ord_map;
#[cfg(feature = "schemars08")]
mod schemars_tests;
#[cfg(all(
    feature = "std",
    feature = "default-hasher",
    target_pointer_width = "64",
    not(miri)
))]
mod size_tests;
mod tri_hash_map;