1 2 3 4 5 6
use bbox_core::service::run_service; use bbox_map_server::service::MapService; fn main() { run_service::<MapService>().unwrap(); }