gdbm

Crates.iogdbm
lib.rsgdbm
version
sourcesrc
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
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`
size0
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