issues
search
cloudflare
/
lol-html
Low output latency streaming HTML parser/rewriter with CSS selector-based API
https://crates.io/crates/lol-html
BSD 3-Clause "New" or "Revised" License
1.47k
stars
82
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update Actions
#231
kornelski
closed
2 days ago
0
Fix CI
#230
kornelski
closed
2 days ago
0
Streaming handlers
#229
kornelski
opened
2 days ago
0
Minor tweaks and fixes
#228
kornelski
closed
2 days ago
0
Add lockfiles to language bindings
#227
it-a-me
opened
1 month ago
0
Release v2.0.0.
#226
orium
closed
1 month ago
0
Update semgrep.yml
#225
hrushikeshdeshpande
closed
1 month ago
0
Send parameterizable rewriter
#224
orium
closed
1 month ago
0
[For review and discussion] Html rewriter send
#223
orium
opened
1 month ago
0
Attribute buffer is no longer shared, removing one `RefCell`.
#222
orium
closed
1 month ago
0
Use internal mutability for `SharedMemoryLimiter`, removing one `RefCell`.
#221
orium
closed
2 months ago
0
Removed RefCells for dispatcher.
#220
orium
closed
2 months ago
0
Avoid using a `Rc<RefCell<_>>` in `HtmlRewriteController::handlers_dispatcher()`.
#219
orium
closed
2 months ago
0
Update hashbrown (Fails with latest Rust because stdsimd was deprecated)
#218
Ciantic
opened
2 months ago
0
WIP Make `HtmlRewriter` `Send + Sync`.
#217
orium
closed
2 months ago
1
Consider upgrading to a current cssparser
#216
fasterthanlime
opened
3 months ago
0
replace()-ing or remove()-ing self-closing tags breaks outputted markup
#215
ssokolow
opened
6 months ago
9
HTMLRewriter’s element.setAttribute() method alters the surrounding single quote character
#214
Febtw
opened
6 months ago
0
chore: fix some typos
#213
hishope
closed
2 months ago
0
How to extract inner HTML of an element?
#212
Jared-Sprague
opened
7 months ago
2
Release v1.2.1
#211
inikulin
closed
7 months ago
0
fix clippy error
#210
syphar
closed
7 months ago
0
Looser syntax for RSS feeds?
#209
aleclarson
closed
7 months ago
0
replace unmaintained safemem::copy_over with slice::copy_within
#208
syphar
closed
7 months ago
4
Replace strips what comes after the tag
#207
ulodciv
closed
8 months ago
2
Elements within `<noscript>` cannot be rewritten
#206
bglw
opened
9 months ago
0
Support for `Element::add_attribute`
#205
grekko
opened
9 months ago
2
rewriter.end() self is non reference
#204
luwes
closed
9 months ago
2
1st
#203
Imanuddin1278
closed
10 months ago
0
Evaluate using Profile-Guided Optimization (PGO) and Post-Link Optimization (PLO)
#202
zamazan4ik
opened
11 months ago
0
Provide way to get document position information for start and end tags
#201
ianks
opened
11 months ago
1
[Question/Request] Guarantees around the bytes emitted into the `OutputSink`
#200
aumetra
closed
11 months ago
2
add a generator for pkgconfig files
#199
selfisekai
opened
12 months ago
0
bring back lockfiles for bindings
#198
selfisekai
opened
12 months ago
1
release 1.2.0 not tagged on git
#197
selfisekai
opened
12 months ago
0
Add missing docs + release 1.2.0
#196
inikulin
closed
1 year ago
0
[Feature Request] Support XML parsing
#195
ethanchristensen01
closed
11 months ago
1
Make `ElementContentHandlers` and `DocumentContentHandlers` fields public.
#194
orium
closed
1 year ago
0
feat: expose `is_self_closing` & `can_have_content` in c api
#193
bru02
closed
1 year ago
0
Ensure that `TagScanner::is_in_end_tag` resets when changing parsers.
#192
orium
closed
1 year ago
0
Ensure that `TagScanner::is_in_end_tag` resets when changing parsers.
#191
orium
closed
1 year ago
0
Expose tag and attribute names with the original case.
#190
orium
closed
1 year ago
2
Confusion around `el.can_have_content()`
#189
bru02
closed
1 year ago
1
Release 1.0.1
#188
harrishancock
closed
1 year ago
0
Fix lol_html_take_last_error() after calling lol_html_element_add_end_tag_handler() on element with no end tag
#187
harrishancock
closed
1 year ago
0
Add kflansburg to CODEOWNERS
#186
kflansburg
closed
1 year ago
2
Added PR Template
#185
Warfields
closed
11 months ago
1
Fails to rewrite simple html image tag
#184
lmtr0
closed
9 months ago
4
Release v1.0.0.
#183
orium
closed
1 year ago
0
Removed `Element::on_end_tag()` and `Element::add_on_end_tag()` in favor of `Element::end_tag_handlers()`.
#182
orium
closed
1 year ago
2
Next