vhbit / lmdb-rs

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

Upgrade to libc 0.2 #31

Closed xitep closed 8 years ago

xitep commented 8 years ago

Due to the upgrade of libc, i noticed in a client program that size_t changed from u64 to usize, which i think is correct. This implies a change for some of the fields in lmdb_rs::MDB_stat.

vhbit commented 8 years ago

Thanks!

xitep commented 8 years ago

thank you for the very quick reaction!