Expand description
The open-vector-tile Rust crate provides functionalities to read and write
Open Vector Tile Spec messages. This crate uses no_std and is intended to be used in
embedded systems and WASM applications.
Re-exports§
pub use geometry::*;pub use vector_tile::*;
Modules§
- Base Vector containers for Tiles, Layers, and Features
- Geometry utilities
- Mapbox specification for Layers and Features
- Open specification for Layers and Features
- Utilities/functions that are useful across all specifications
- The vector tile struct that covers both “open” and “mapbox” specifications