Module tag

Source
Expand description

Utilities for generic tag handling

Modules§

items
Various generic representations of tag items

Structs§

SplitTagRemainder
Tag
Represents a parsed tag
TagItem
Represents a tag item (key/value)

Enums§

ItemKey
A generic representation of a tag’s key
ItemValue
Represents a tag item’s value
TagType
The tag’s format

Traits§

Accessor
Provides accessors for common items
MergeTag
The counterpart of SplitTag.
SplitTag
Split (and merge) tags.
TagExt
A set of common methods between tags