vhbit / lmdb-rs

Rust bindings for LMDB
MIT License
114 stars 47 forks source link

Mark Environment with Sync cause it's thread-safe. #6

Closed ArtemGr closed 9 years ago

ArtemGr commented 9 years ago

Need this one to use LMDB with https://github.com/Kimundi/lazy-static.rs.

vhbit commented 9 years ago

Better support landed in 4b6a177c87c803e8d378608c48461801c0e9d298

ArtemGr commented 9 years ago

10x