rusqlite/libsqlite3-sys
Omar Ferrer b2da510b04 Reran bindgens to match the bundled sqlite.
Added manually to the bindgens a type entry for 'Struct_sqlite3' pointing to sqlite3 to prevent changing multiple files.

Reran bindgens as:
bindgen --builtins --link=sqlite3 --output=./libsqlite3-sys/src/bindgen.rs ./libsqlite3-sys/sqlite3/sqlite3.h
2016-10-08 01:12:30 -04:00
..
sqlite3 adding sqlite v3.13.0 amalgamation 2016-06-15 16:33:37 +02:00
src Reran bindgens to match the bundled sqlite. 2016-10-08 01:12:30 -04:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Added feature to build a static sqlite from the bundled amalgamation. 2016-06-15 16:34:13 +02:00
Cargo.toml Added feature to build a static sqlite from the bundled amalgamation. 2016-06-15 16:34:13 +02:00