quex-sqlite3-sys 0.1.2

Raw bindgen bindings to SQLite for quex.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Raw bindgen bindings to sqlite3.
//!
//! This crate is published so `quex-driver` can be built from crates.io. It is
//! not intended to be a hand-written safe wrapper.

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(clippy::all)]

include!("bindings.rs");