fast-mvt 0.3.2

Fast Mapbox Vector Tile (MVT) reader and writer
Documentation
// @generated by buffa-codegen. DO NOT EDIT.

include!("vector_tile.rs");
#[allow(
    non_camel_case_types,
    dead_code,
    unused_imports,
    unused_qualifications,
    clippy::derivable_impls,
    clippy::match_single_binding,
    clippy::uninlined_format_args,
    clippy::doc_lazy_continuation,
    clippy::module_inception
)]
pub mod __buffa {
    #[allow(unused_imports)]
    use super::*;
    #[cfg(feature = "views")]
    pub mod view {
        #[allow(unused_imports)]
        use super::*;
        include!("vector_tile.__view.rs");
    }
    #[cfg(feature = "json")]
    /// Register this package's `Any` type entries and extension entries.
    #[allow(unused_variables)]
    pub fn register_types(reg: &mut ::buffa::type_registry::TypeRegistry) {
        #[cfg(feature = "json")] reg.register_json_any(super::__TILE_JSON_ANY);
        #[cfg(feature = "json")] reg.register_json_any(super::tile::__VALUE_JSON_ANY);
        #[cfg(feature = "json")] reg.register_json_any(super::tile::__FEATURE_JSON_ANY);
        #[cfg(feature = "json")] reg.register_json_any(super::tile::__LAYER_JSON_ANY);
    }
}
#[cfg(feature = "views")]
#[doc(inline)]
pub use self::__buffa::view::TileView;
#[cfg(feature = "views")]
#[doc(inline)]
pub use self::__buffa::view::TileOwnedView;
#[cfg(feature = "json")]
#[doc(inline)]
pub use self::__buffa::register_types;