Crate heredom

Source
Expand description

Tuple notations to describe XML-like trees with the ability to traverse in preorder/postorder.

Structs§

Node
Node with tag and attributes.
Size
A struct keeping the node’s children count and all its descendants count.

Enums§

Visit
Visit one node in tree/forest building process, using tuple notations.

Traits§

DomForest
For tuple notations to construct a dom forest.
DomTree
For tuple notations to construct a dom tree.