File: README.md

package info (click to toggle)
rust-cdb 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: makefile: 10; sh: 9
file content (17 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cdb
====

[![Crate](https://img.shields.io/crates/v/cdb.svg)](https://crates.io/crates/cdb)
[![Build Status](https://travis-ci.org/bruceg/cdb.svg?branch=master)](https://travis-ci.org/bruceg/cdb)

This library provides pure Rust support for reading and writing
[CDB][cdb] files.  A CDB file is a constant key-value on-disk hash
table, designed for high-speed lookups.

[cdb]: http://cr.yp.to/cdb.html

[Documentation](https://docs.rs/cdb)

## License

Public Domain