mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
304 stars 52 forks source link

Graciously handle backends with no need for resizing, instead of throwing unimplemented!() #197

Closed victorporof closed 3 years ago

victorporof commented 3 years ago

Signed-off-by: Victor Porof victor.porof@gmail.com

This makes switching between backends more seamless in consumer code. Encountered when rebasing https://bugzilla.mozilla.org/show_bug.cgi?id=1597898