gdbm

Crates.iogdbm
lib.rsgdbm
version0.2.0
created_at2017-05-05 23:35:27.216368+00
updated_at2025-03-02 16:07:24.527429+00
descriptionSafe wrapper for gdbm-sys bindings
homepagehttps://github.com/cholcombe973/gdbm
repository
max_upload_size
id13298
size17,265
Chris Holcombe (cholcombe973)

documentation

README

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.

Commit count: 0

cargo fmt