tile_sorcerer 1.3.0

Tools for modeling and querying vector tile sources
Documentation
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum Error {
    #[error("Invalid YAML in TM2Source.")]
    TM2Source(#[from] serde_yaml::Error)
}