Crate osm_geo_mapper_macros[][src]

Macros

create_enum

Helper macro to create the many enums used in this library.

extract_type_from_string
geotile_from_properties
implement_geotile

You can find all features at https://wiki.openstreetmap.org/wiki/Map_Features

print_geotile_attributes

Helper macro to pretty-print all the Option attributes of a particular GeoTile variant. print_geotile_attributes!(f => field1, field2, …) Where f is a &mut fmt::Formatter (available when implementing fmt::Display).