1
2
3
4
5
6
extern crate libc;
extern crate sqlite3_sys as raw;

#[cfg(test)]
mod tests {
}