Skip to content

RustedBytes/rustedbytes-tl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustedbytes-tl

Crates.io Version

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.

About

a fork of astral-tl with zero-copy parsing/no-std/portable-simd and 2024 edition

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages