rustedbytes-tl 0.2.0

Fast HTML parser written in pure Rust
Documentation
  • Coverage
  • 100%
    98 out of 98 items documented0 out of 44 items with examples
  • Size
  • Source code size: 207.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustedBytes/rustedbytes-tl
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • egorsmkv

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:

rustedbytes-tl = { version = "0.1", features = ["std"] }

For the nightly portable SIMD path, enable portable-simd and build with nightly:

cargo +nightly build --features portable-simd

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.