rkv icon indicating copy to clipboard operation
rkv copied to clipboard

hide lmdb::RoCursor type from consumers of Reader/Writer structs

Open mykmelez opened this issue 6 years ago • 0 comments

The Readable trait in readwrite.rs currently leaks the lmdb::RoCursor type, and we generally don't want to show consumers the types from the lmdb crate dependency (preferring to encapsulate them in higher-level rkv types). We should figure out a way to hide that type from consumers of the Reader/Writer structs that implement the Readable trait.

mykmelez avatar Feb 06 '19 22:02 mykmelez