v0.21.0 🗝
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
RoTxncovariant and keep it!Syncby @Kerollmops in #285 - Relax the
HeedDecodebound onLazy::remapby @irevoire in #287 - add custom ordering support to range types by @Boog900 in #289
New Contributors
Full Changelog: v0.20.5...v0.21.0
