salvo-static 0.37.9

Serve static assets for salvo web server framework.
docs.rs failed to build salvo-static-0.37.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

salvo-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