Crates.io | gdbm |
lib.rs | gdbm |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.