Skip to content
forked from cmyr/gnudbm

Ergonomic Rust bindings for gdbm

Notifications You must be signed in to change notification settings

richshaffer/gnudbm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnudbm

See the documentation for details.

This project provides ergonomic and idiomatic Rust bindings to gdbm, a lightweight local key/value database. It allows easy storage and retrieval of any type that implements Serialize and Deserialize.

Requirements

By default, this package includes a recent gdbm and builds it as a static lib. If you would like to link against the system gdbm, ensure it is up to date (1.14+) and build with the system-gdbm feature.

Usage

First, add the following to your Cargo.toml:

[dependencies]
gnudbm = "0.2.3"

And to your crate root:

extern crate gnudbm;

About

Ergonomic Rust bindings for gdbm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%