A minimal Rust toolkit for serializing Mapbox Vector Tiles (MVT).
License: MIT
Includes the following utilities:
- Protobuf (prost) data types for MVT
- Geometry encoder
- Tags encoder
- Conversion between Web Mercator and geographic coordinates
- Conversion between linear tile IDs (PMTiles-compliant Hilbert IDs) and XYZ tile coordinates
- Taku Fukada (@ciscorn) - original author