Module rstml::node::atoms

source ·
Expand description

Tokens that is used as parts of nodes, to simplify parsing. Example: <!-- <> </> <! />

Also contain some entities that split parsing into several small units, like: <open_tag attr /> </close_tag>

Structs§