y21 / tl

Fast, zero-copy HTML Parser written in Rust

Home Page:https://docs.rs/tl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bytes input instead of string input

konstin opened this issue · 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.