cdb 0.5.0

Pure Rust library to read and write CDB files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cdb"
version = "0.5.0"
authors = ["Bruce Guenter <bruce@untroubled.org>"]
description = "Pure Rust library to read and write CDB files"
documentation = "https://bruceg.github.io/cdb-rs/cdb/"
homepage = "https://github.com/bruceg/cdb-rs"
repository = "https://github.com/bruceg/cdb-rs"
readme = "README.rs"
license = "Unlicense"
exclude = [
	"gh-pages/*",
]

[dependencies]
libc = "0.2.4"
mmap = "0.1.1"