rusqlite/libsqlite3-sys
Sean Griffin 2c58b3f804 Remove the dependency on libc
Recent versions of bindgen use `std::os::raw` over `libc`, but currently
`libsqlite3-sys` is overriding that. `std::os::raw` is a subset of
`libc` that exports only the relevant type definitions, but not any
functions which require additional linking. This enables
`libsqlite3-sys` to be more easily used on targets that may not have a
libc available (presumably sqlite itself would have been compiled with
musl in that case)
2017-02-16 11:17:24 -05:00
..
sqlite3 Deleted unneeded shell.c 2016-10-08 01:59:42 -04:00
src Remove the dependency on libc 2017-02-16 11:17:24 -05:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Remove the dependency on libc 2017-02-16 11:17:24 -05:00
Cargo.toml Remove the dependency on libc 2017-02-16 11:17:24 -05:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00