tl
tl copied to clipboard
Bytes input instead of string input
Would it be possible to allow &[u8] of something similar as input to tl::parse instead of &str, given that the parser uses an u8 stream internally? This would avoid parsing our network request into utf8 before parsing.