serve_embed
Serve embedded file with axum
;
let addr: SocketAddr = "127.0.0.1:8080".parse.unwrap;
let service = default.append_index_html_on_directories;
let app = new.fallback_service;
bind.serve.await.unwrap;
Please check #example/hello.rs for the complete, working example.