tinymvt 0.3.0

A lightweight library for encoding and decoding Mapbox Vector Tiles (MVT)
Documentation
1
2
3
4
5
6
7
8
pub mod geometry;
pub mod tag;
pub mod tileid;
pub mod vector_tile;
pub mod webmercator;

/// Tile coordinate in (z, x, y) format.
pub type TileZXY = (u8, u32, u32);