Crates.io | salvo-serve-static |
lib.rs | salvo-serve-static |
version | 0.74.1 |
source | src |
created_at | 2023-02-19 04:50:11.737228 |
updated_at | 2024-11-05 07:17:09.821406 |
description | Serve static assets for salvo web server framework. |
homepage | https://salvo.rs |
repository | https://github.com/salvo-rs/salvo |
max_upload_size | |
id | 788652 |
size | 45,730 |
This is an official crate, so you can enable it in Cargo.toml
like this:
salvo = { version = "*", features = ["serve-static"] }