gnudbm 0.1.1

Ergonomic bindings for gdbm
docs.rs failed to build gnudbm-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: gnudbm-0.2.3

gnudbm

This project provides ergonomic and idiomatic Rust bindings to gdbm, a lightweight local key/value database.

Requirements

Usage

First, add the following to your Cargo.toml:

[dependencies]
gnudbm = "0.1.0"

And to your crate root:

extern crate gnudbm;

See the API documentation for details.