Crates.io | gdbm |
lib.rs | gdbm |
version | 0.2.0 |
created_at | 2017-05-05 23:35:27.216368+00 |
updated_at | 2025-03-02 16:07:24.527429+00 |
description | Safe wrapper for gdbm-sys bindings |
homepage | https://github.com/cholcombe973/gdbm |
repository | |
max_upload_size | |
id | 13298 |
size | 17,265 |
Rust gdbm safe interface
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.