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
pub(crate) mod alloc;
pub(crate) mod borrow;
#[cfg(feature = "std")]
pub(crate) mod btree_table;
#[cfg(feature = "daft")]
pub(crate) mod daft_utils;
pub(crate) mod fmt_utils;
pub(crate) mod hash_builder;
pub(crate) mod hash_table;
pub(crate) mod item_set;
pub(crate) mod map_hash;
#[cfg(feature = "schemars08")]
pub(crate) mod schemars_utils;