- feat!: const-sized stack-allocated enummap
- Implemented
Eq
andPartialEq
traits forEnumTable
andEnumMap
- Implemented
Debug
trait forEnumMap
andEnumTable
- Return
from_fn
(5afd662)
- Deallocate memory reserved for EnumMap's values on when dropped (e3ee18b)
- Drop memory allocated by EnumMap (86e6d23)
- Enum-collections local FS dependency + point to the current unreleased version (2b6a07e)
- Deallocate memory reserved for EnumMap's values on when dropped (e3ee18b)
- Drop memory allocated by EnumMap (86e6d23)
- Copy enum instead of creating a reference (16d8736)
- derive(Enumerated) macro as an alternative to existing attribute macro (038f4ab)
- Add
reset
operation to EnumTable (2ef3d1d) - Enummap macro (7b1ef7d)
- EnumTable (b96ad28)
- GET benchmark (293eb5b)
- Impl Default for EnumMap (79f08a9)
- Implement
remove
operation for EnumMap (3c42bd7) - Implement Index and IndexMut for EnumMap (03c05ca)
- Index and IndexMut for EnumTable (66a0088)
- Insert & Get (4118964)
- Insert benchmarks (1990e74)
- Revert "chore: Remove enummap macros subproject" (8a0d76a)