lol_html 1.2.1

Streaming HTML rewriter/parser with CSS selector-based API
Documentation
1
2
3
4
5
6
7
8
9
define_state_group!(plaintext_states_group = {

    plaintext_state {
        eoc => ( emit_text?; )
        eof => ( emit_text?; emit_eof?; )
        _   => ()
    }

});