rustedbytes-tl
tl is a fast HTML parser written in pure Rust.
By default this crate builds without std or alloc. Enable std for the
allocating convenience API:
= { = "0.1", = ["std"] }
For the nightly portable SIMD path, enable portable-simd and build with
nightly:
Provenance
This crate is a fork of astral-tl, modified to
add no-std, zero-copy parsing and other improvements.
License
This project is licensed under the MIT license.