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

#8 in #requires

Download history 2/week @ 2024-12-04 2/week @ 2024-12-11 40/week @ 2025-02-12 133/week @ 2025-02-26 22/week @ 2025-03-05

195 downloads per month

MIT license

15KB
255 lines

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.


lib.rs:

Safe interface to GNU dbm.

The main documentation can be found at Gdbm.

Dependencies

~200KB