iddqd 0.4.2

Maps where keys borrow from values, including bijective and trijective maps.
Documentation
mod bi_hash_map;
mod id_hash_map;
#[cfg(feature = "std")]
mod id_ord_map;
#[cfg(any(
    feature = "std",
    all(feature = "default-hasher", feature = "allocator-api2")
))]
mod panic_safety;
#[cfg(all(feature = "std", feature = "default-hasher"))]
mod pathological;
#[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;