martin 1.5.0

Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod config;
pub use config::*;

mod config_function;
pub use config_function::*;

mod config_table;
pub use config_table::*;

pub(crate) mod utils;

mod builder;
pub use builder::PostgresAutoDiscoveryBuilder;

pub mod resolver;