maplibre_native 0.8.7

Rust bindings to the MapLibre Native map rendering engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod any;
mod geojson;
mod id;
mod refs;
mod traits;

pub use any::{AnySource, OpaqueSource};
pub use geojson::{GeoJsonSource, GeoJsonSourceRefMut};
pub use id::SourceId;
pub use refs::{OpaqueSourceRefMut, SourceRefMut, SourceType};
pub use traits::Source;