Things that need to happen for 1.0.0 to happen:
- Stabilization of
min_const_generics and const_in_array_repeat_expressions.
- Replace the algorithm used in
ArrayMap with a Hash-based algorithm similar to what hashbrown uses.
- Bring
ArrayMap and TinyMap up to feature parity with HashMap.
- Ensure each item has documentation.
Things that need to happen for 1.0.0 to happen:
min_const_genericsandconst_in_array_repeat_expressions.ArrayMapwith a Hash-based algorithm similar to whathashbrownuses.ArrayMapandTinyMapup to feature parity withHashMap.