bbox-map-server 0.6.1

BBOX map server
Documentation
1
2
3
4
5
6
use bbox_core::service::run_service;
use bbox_map_server::service::MapService;

fn main() {
    run_service::<MapService>().unwrap();
}