#web-framework #async #salvo #web-server

salvo-serve-static

Serve static assets for salvo web server framework

85 releases (39 breaking)

Uses new Rust 2024

0.78.0 Apr 12, 2025
0.77.1 Mar 21, 2025
0.76.2 Feb 4, 2025
0.75.0 Dec 30, 2024
0.37.9 Feb 19, 2023

#1704 in HTTP server

Download history 39934/week @ 2025-02-01 21946/week @ 2025-02-08 36409/week @ 2025-02-15 60022/week @ 2025-02-22 46576/week @ 2025-03-01 39107/week @ 2025-03-08 37241/week @ 2025-03-15 38712/week @ 2025-03-22 49381/week @ 2025-03-29 45042/week @ 2025-04-05 48973/week @ 2025-04-12 41105/week @ 2025-04-19 43790/week @ 2025-04-26 56401/week @ 2025-05-03 41720/week @ 2025-05-10 63416/week @ 2025-05-17

209,322 downloads per month
Used in 15 crates (via salvo)

MIT/Apache

735KB
17K SLoC

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 either of

Dependencies

~20–33MB
~609K SLoC