heed & heed3
This release introduces the first wrapper around the mdb.master3 LMDB branch, which features encryption at rest. You can use the new heed3 crate to read and write data encrypted on disk and decrypted on demand.
What's Changed
- Make the
RoTxn
covariant and keep it!Sync
by @Kerollmops in #285 - Relax the
HeedDecode
bound onLazy::remap
by @irevoire in #287 - add custom ordering support to range types by @Boog900 in #289
New Contributors
Full Changelog: v0.20.5...v0.21.0