Module tag_list

Source
Expand description

defines the TagList as well as its iterator.

It also provides an owned version for mostly for testing purposes.

Structs§

OwnedTagList
An owned version of the TagList, implemented purely in rust.
TagIterator
Iterator over TagList’s key value pairs

Enums§

TagList
A tag list is a map from tag names to their values.