mozilla / rkv

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

exposing Readable trait to consumers #145

Closed rrichardson closed 5 years ago

rrichardson commented 5 years ago

Make the Readable trait public, so that users can use Reader and Writer transactions interchangeably for read operations.

rrichardson commented 5 years ago

Closing in favor of #131