Low Output Latency streaming HTML rewriter/parser with CSS-selector based API. It is designed to modify HTML on the fly with minimal buffering. It can quickly handle very large documents, and operate in environments with limited memory resources. The crate serves as a back-end for the HTML rewriting functionality of Cloudflare Workers, but can be used as a standalone library with a convenient API for a wide variety of HTML rewriting/analysis tasks. The parser switches back to the tag scanner as soon as input leaves the scope of all selector matches. The tag scanner may also sometimes switch the parser to the Lexer - if it requires additional tag information for the parsing feedback simulation. Having two different parser implementations for the same grammar will increase development costs and is error-prone due to implementation inconsistencies. We minimize these risks by implementing a small Rust macro-based DSL which is similar in spirit to Ragel.

Features

  • Regular full parser, that produces output for all types of content that it encounters
  • Looks for start and end tags and skips parsing the rest of the content
  • LOL HTML’s tag scanner is typically twice as fast as LazyHTML and the lexer has comparable performance
  • Each component is easy to match having a start tag token
  • The crate serves as a back-end for the HTML rewriting functionality of Cloudflare Workers
  • It is designed to modify HTML on the fly with minimal buffering

Project Samples

Project Activity

See All Activity >

Categories

HTML/XHTML

License

BSD License

Follow LOL HTML

LOL HTML Web Site

You Might Also Like
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of LOL HTML!

Additional Project Details

Programming Language

Rust

Related Categories

Rust HTML XHTML

Registered

2023-04-27