walkers 0.53.0

slippy map widget for egui
Documentation
1
2
3
4
5
6
7
mod fetch;
pub mod http;
pub mod runtime;
pub mod tiles_io;

pub use fetch::{Fetch, TileFactory};
pub use http::{HeaderValue, MaxParallelDownloads};