lmdb-rs v0.7.6 Release Notes
Release Date: 2017-06-07 // almost 8 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.5.0
-
๐ [breaking-change] Accessing items through mut borrow caused a lot of pain in the code, so instead the value is moved and can be unwrapped back later. This will require one more line of code like
cursor = item.into_inner()
, which shouldn't be a problem as cursor should be already mutable and previous code required creating artificial block anyway.