bbox-asset-server 0.6.1

Serving static and templated files
Documentation
1
2
3
4
5
6
7
pub mod config;
mod endpoints;
pub mod qgis_plugins;
pub mod runtime_templates;
pub mod service;

pub use service::*;