Crate osm_geo_mapper_macros[][src]

Macros

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

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

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).