Crates.io | salvo-static |
lib.rs | salvo-static |
version | 0.37.9 |
source | src |
created_at | 2022-10-05 12:12:39.526234 |
updated_at | 2022-12-26 06:54:01.136578 |
description | Serve static assets for salvo web server framework. |
homepage | https://salvo.rs |
repository | https://github.com/salvo-rs/salvo |
max_upload_size | |
id | 680480 |
size | 35,635 |
This is offical crate, so you can enable it in Cargo.toml
like this:
salvo = { version = "*", features=["serve-static"] }