A Rust library for reading and writing v2.1 Mapbox Vector Tiles.
The write
module contains everything needed to serialize vector tiles. The API is designed so that invalid vector tiles (according to the specification) cannot be created. The only thing not checked currently is that exterior polygon rings enclose interior rings and that interior rings don't intersect each other.
Vector tile reading is not available yet.
- quick-protobuf for protobuf parsing