lol_html 2.7.2

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

    #[cold]
    plaintext_state {
        eoc => ( emit_text?; )
        eof => ( emit_text_and_eof?; )
        _   => ()
    }

});