3 unstable releases

Uses old Rust 2015

0.2.0 Mar 2, 2025
0.1.1 Jul 31, 2018
0.1.0 May 5, 2017

#2657 in Database interfaces

36 downloads per month

MIT license

15KB
255 lines

Safe interface to GNU dbm.

The main documentation can be found at Gdbm.


gdbm Rust

Rust gdbm safe interface

Compiling

This library requires at least gdbm 1.14.

If you are running an executable that was compiled with this crate as a dependency, only the shared library needs to be available at runtime. For Debian and derivatives, that means the libgdbm6 package. If you're compiling you'll also need the libgdbm-dev package.

Dependencies

~200KB