danburkert / lmdb-rs

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

Investigate replacing `#[doc(hidden)]` with `pub(crate)` #17

Closed danburkert closed 6 years ago

danburkert commented 7 years ago

The #[doc(hidden)] attributes were originally to solve cross-module visibility issues, but now Rust has better features for that. https://github.com/rust-lang/rfcs/blob/master/text/1422-pub-restricted.md