tl icon indicating copy to clipboard operation
tl copied to clipboard

Bytes input instead of string input

Open konstin opened this issue 2 years ago • 0 comments

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.

konstin avatar Dec 26 '23 13:12 konstin