- implement NoBitmap type, for dummy
Bloomimplementations. - cbor: fix bugs.
- cborize: fix bugs in procedural macros.
- db: changes to
Bloomtrait definition. - db: implement
Entry::purge(). - db: add api to drain deltas from Entry.
- implement Bloom and Cborize traits for Xorfilter.
- package management files
- ci scripts.
- rust-fmt fix column width to 90.
- db: add
insert()anddelete()API for diff mechanics. - db: add
as_key()method for Entry. - db: implement
Difffor basic types. - db: implement Eq, PartialEq, Debug traits for db-types.
- implement spinlock for non-blocking rw-exclusion.
- clippy fixes.
- bug fixes to
Cborizeprocedural macro. - Implement
LocalCborizefor types local tomkit. - traits: new traits
Diff,Bloom. - thread: rename
Thread::close_wait()method tojoin(). - rustfmt: fix column-width to 90.
- db: implement Entry, Value and Delta types.
- cbor: implement
FromCborandIntoCborforOsString. - cbor: support break-stop encoding.
- cbor: implement
IntoCborforcbor::SimpleValue.
Refer to release-checklist.