danburkert / lmdb-rs

Safe Rust bindings for LMDB
Apache License 2.0
172 stars 87 forks source link

Expose lmdb::Iter publically #8

Closed tarcieri closed 8 years ago

tarcieri commented 8 years ago

I'm trying to make a newtype wrapper around it, and can't because it's in lmdb::cursor, which isn't public.