danburkert / lmdb-rs

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

set_max_dbs: Confusing function signature name. #52

Open prataprc opened 5 years ago

prataprc commented 5 years ago
fn set_max_dbs(&mut self, max_readers: c_uint) -> &mut EnvironmentBuilder

may be we can change max_readers to max_dbs ?