All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- implements
TryExtend
for iterator borrowing items
- crash when database errors while inserting into the map wrapper
- adds
TryExtend
that mirrors the std's Extend trait - implements
TryExtend
for map andvec
wrapper
wrapper::Vec::push
now takes a reference to the item to be pushed
- adds iterator methods to the map wrapper
- adds
BTreeMap
backend
HashMap
test backend (use newBTreeMap
backend)
- updates dbstruct-derive dependency
IntoIterator
implemented for theVec
wrapper
- Updates dependencies