Module libosmium::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

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

Enums

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