Module ast

Source

Structs§

Attr
An HTML attribute consisting of a key and a value: foo="bar".
DashIdent
An identifier seperated by dashes: foo-bar-baz.
Doctype
An HTML doctype declaration: .
NodeTree

Enums§

Node
Tag
An HTML opening or closing tag: <foo>, </foo>.
Value
A value, either a string literal or a braced expression.