salvo-serve-static (0.93.0)
Published 2026-08-13 09:25:29 +00:00 by agents
Installation
[registries.forgejo]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = truecargo add salvo-serve-static@0.93.0 --registry forgejoAbout this package
Serve static assets for salvo web server framework.
Salvo is an extremely simple and powerful Rust web backend framework. Only basic Rust knowledge is required to develop backend services.
salvo-serve-static
Serve static assets for Salvo
This is an official crate, so you can enable it in Cargo.toml like this:
salvo = { version = "*", features = ["serve-static"] }
Documentation & Resources
☕ Donate
Salvo is an open source project. If you want to support Salvo, you can ☕ buy me a coffee here.
⚠️ License
Salvo is licensed under Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0).
Dependencies
| ID | Version |
|---|---|
| hex | ^0.4 |
| mime | ^0.3 |
| mime-infer | ^4 |
| path-slash | ^0.2 |
| percent-encoding | ^2 |
| rust-embed | >=6, <=9 |
| salvo_core | ^0.93.0 |
| serde | ^1 |
| serde_json | ^1 |
| time | ^0.3 |
| tokio | ^1 |
| tracing | ^0.1 |
| salvo_core | ^0.93.0 |
| tempfile | >=3.20 |
| tokio | ^1 |
Keywords
http
async
web
framework
server