iddqd 0.4.2

Maps where keys borrow from values, including bijective and trijective maps.
Documentation
1
2
3
4
5
6
7
8
//! UI tests.

#[cfg(all(feature = "std", feature = "default-hasher"))]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/invalid/*.rs");
}