pub async fn handle_crate_request<B>(
req: Request<B>,
static_: Static,
crate_name: String,
) -> Result<Response<Body>, Error>
Expand description
handle crate doc request with redirect on /
https://github.com/stephank/hyper-staticfile/blob/HEAD/examples/doc_server.rs