> Because MDBM gives you raw pointers into the DB’s data, you have to be very careful about making sure you don’t have array over-runs, invalid pointer access, or the like.
Someone wrote a Rust binding http://erickt.github.io/blog/2014/12/13/rust-and-mdbm/
> Because MDBM gives you raw pointers into the DB’s data, you have to be very careful about making sure you don’t have array over-runs, invalid pointer access, or the like.
Someone wrote a Rust binding http://erickt.github.io/blog/2014/12/13/rust-and-mdbm/