# salvo-serve-static ## Serve static assets for Salvo. This is offical crate, so you can enable it in `Cargo.toml` like this: ```toml salvo = { version = "*", features=["serve-static"] } ``` ## Documentation & Resources - [API Documentation](https://docs.rs/salvo-serve-static) - [Example Projects](https://github.com/salvo-rs/salvo/examples/)