tinycdb 0.0.3

Bindings to the TinyCDB C library (http://www.corpit.ru/mjt/tinycdb.html)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "tinycdb"
version = "0.0.3"
authors = ["Andrew Dunham <andrew@du.nham.ca>"]

description = "Bindings to the TinyCDB C library (http://www.corpit.ru/mjt/tinycdb.html)"
documentation = "http://rust-ci.org/andrew-d/tinycdb-rs/doc/tinycdb/"
repository = "https://github.com/andrew-d/tinycdb-rs"
readme = "README.md"
keywords = ["bindings", "database", "cdb", "tinycdb"]
license = "MIT"

build = "build.rs"

[[bin]]
name = "encode"
path = "util/encode.rs"