1
2
3
4
5
6
7
//! # TileJSON
//!
//! `tilejson` is a crate for serializing/deserializing TileJSON format —
//! an open standard for representing map metadata.

pub mod tilejson;
pub use crate::tilejson::*;