tileyolo 0.1.0

A simple raster-based XYZ tile server for serving GeoTIFFs
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod reader;
pub mod routes;
pub mod server;

pub use config::{Config, Source};
pub use server::TileServer;