salvo-serve-static

Crates.iosalvo-serve-static
lib.rssalvo-serve-static
version0.68.5
sourcesrc
created_at2023-02-19 04:50:11.737228
updated_at2024-07-09 06:50:26.015685
descriptionServe static assets for salvo web server framework.
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id788652
size44,726
Chrislearn Young (chrislearn)

documentation

README

salvo-serve-static

Serve static assets for Salvo.

This is offical crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features=["serve-static"] }

Documentation & Resources

Commit count: 3032

cargo fmt