quex-sqlite3-sys 0.1.2

Raw bindgen bindings to SQLite for quex.
Documentation
1
2
3
4
5
6
7
8
fn main() {
    pkg_config::Config::new()
        .atleast_version("3.20.0")
        .probe("sqlite3")
        .expect(
            "failed to find sqlite3 >= 3.20.0 via pkg-config; install SQLite development headers",
        );
}