gnudbm 0.1.2

Ergonomic bindings for gdbm
Documentation

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.