squire-sqlite3-sys 0.0.1-alpha.6

External FFI bindings for the SQLite C API
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "bindgen")]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

#[cfg(not(feature = "bindgen"))]
mod default;
#[cfg(not(feature = "bindgen"))]
pub(crate) mod destructor;

#[cfg(not(feature = "bindgen"))]
pub use default::*;