Module maybe_xml::token

source ·
Expand description

Tokens are views of sub-slices from an input buffer.

Token is the main type. It identifies a sub-slice of the input buffer with a type of token using Ty. There are specific token types like StartTag which provide a view of the string and provide helper methods.

Modules

  • Properties are borrowed byte slice views into tokens.

Structs

Enums

  • Type of token