paul-asvb / axum_static

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axum_static

GitHub license

static file serving for axum

Usage

cargo add axum_static
let app = Router::new()
        .nest("/", axum_static::static_router("public"))

About

License:MIT License


Languages

Language:Rust 100.0%