Closed mikkyang closed 3 years ago
Fixes #61
Breaking Changes:
Users of data structures that are not BTreeMap and HashMap must implement the Store trait themselves. At least until impl specialization is possible.
Store
Use specific implementations of Store for BTreeMap and HashMap instead of Index, since Index does not support a checked get operation
Add test HashMap
Add test for missing key
Fixes #61
Breaking Changes:
Users of data structures that are not BTreeMap and HashMap must implement the
Store
trait themselves. At least until impl specialization is possible.Use specific implementations of Store for BTreeMap and HashMap instead of Index, since Index does not support a checked get operation
Add test HashMap
Add test for missing key