2015-05-28 17:21:43 -04:00

7 lines
80 B
Rust

extern crate libc;
extern crate sqlite3_sys as raw;
#[cfg(test)]
mod tests {
}