`alloc`-only `HashMap`?
Rust Internals [Unofficial]
April 11, 2026
And as a bonus, exposing HashTable would also open up some usecases that people often complain about, like querying a HashMap<(String, String), T> using a (&str, &str), or using a type as key that requires outside context for hashing/equality.
Discussion in the ATmosphere