rusqlite/libsqlite3-sys
gwenn cade470f15 Use runtime feature for bindgen
https://github.com/rust-lang/rust-bindgen/issues/1694#issuecomment-565625756
> Are you using default-features = false? I think you need to change to
features = ["dynamic"] if so so that clang is runtime-detected.
Otherwise it needs a relatively-new libclang version.
2019-12-14 08:18:21 +01:00
..
bindgen-bindings Restore old bindgen for Diesel 2019-01-06 09:50:35 +01:00
sqlite3 Upgrade bundled SQLite version to 3.30.1 2019-10-19 09:16:14 +00:00
src Fix clippy warnings 2019-11-03 11:19:07 +01:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Cleanup use statements 2019-08-17 08:18:37 +02:00
Cargo.toml Use runtime feature for bindgen 2019-12-14 08:18:21 +01:00
upgrade.sh Upgrade bundled SQLite version to 3.30.1 2019-10-19 09:16:14 +00:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00