sqlite3-sys 0.0.1

The package provides bindings to SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sqlite3-sys"
version = "0.0.1"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/sqlite-sys"
homepage = "https://github.com/stainless-steel/sqlite-sys"
documentation = "https://stainless-steel.github.io/sqlite-sys"
description = "The package provides bindings to SQLite."
build = "build.rs"
links = "sqlite3"

[dependencies]
libc = "*"

[dev-dependencies]
temporary = "*"