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