Expand description
Streaming SQLite tokenizer
Modules§
- sql
- Adaptation/port of
SQLite
tokenizer
Structs§
- Scanner
- Like a
BufReader
but with a growable buffer. Successive calls to thescan
method will step through the ‘tokens’ of a file, skipping the bytes between the tokens.