crux_kv-v0.4.0
StuartHarris
released this
17 May 08:46
·
132 commits
to master
since this release
Introduces a Value
enum, which can be None
for a key that doesn't exist, or where there is no previous_value
. See #235.
What's Changed
- relax callback bounds in crux_kv by @adwhit in #234
- update API for crux_kv by @StuartHarris in #235
- crux_kv reduce cloning by @StuartHarris in #236
Full Changelog: crux_core-v0.7.6...crux_kv-v0.4.0