Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mykmelez opened this issue Feb 6, 2019 · 0 comments
Open

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

mykmelez opened this issue Feb 6, 2019 · 0 comments

Comments

@mykmelez
Copy link
Contributor

mykmelez commented Feb 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant