vhbit / lmdb-rs

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

Capability for handling u128 values #66

Open cwittenberg opened 1 year ago

cwittenberg commented 1 year ago

Added mdb_for_primitive!(u128) so LMDB also works with u128 values.