1
2
3
4
5
6
//! Streaming SQLite tokenizer

mod scan;
pub mod sql;

pub use scan::{ScanError, Scanner, Splitter};