rust/library/core
Arthur Carcano 54ab425839 Add fn const BuildHasherDefault::new
Because `HashMap::with_hasher` constness is being stabilized this will
in turn allow creating empty HashMap<K,V,BuildHasherDefault<H>> in const
context for any H: Default + Hasher.
2024-03-29 17:10:17 +01:00
..
benches Add benches for net parsing 2024-03-04 18:46:24 -05:00
src Add fn const BuildHasherDefault::new 2024-03-29 17:10:17 +01:00
tests step cfgs 2024-03-20 08:49:13 -04:00
Cargo.toml Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00