pub fn parse_multi(sql: &str) -> Vec<Vec<Token>>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

parse multiple sqls into tokens, only for test