bbox-asset-server 0.6.1

Serving static and templated files
Documentation
1
2
3
4
5
6
use bbox_asset_server::service::AssetService;
use bbox_core::service::run_service;

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