open-vector-tile 1.11.1

This library reads/writes The Open Vector Tiles 1.0 Specification
Documentation
1
2
3
4
5
6
7
8
9
10
/// Mapbox specification for Features
pub mod vector_feature;
/// Mapbox specification for Layers
pub mod vector_layer;
/// Mapbox specification for a Tile
pub mod vector_tile;

pub use vector_feature::*;
pub use vector_layer::*;
pub use vector_tile::*;