Module fs
Expand description
File system related services.
Structs§
- Adapter that turns an [
impl AsyncRead
][tokio::io::AsyncRead] to an [impl Body
][http_body::Body]. - The default fallback service used with
ServeDir
. - Service that serves files from a given directory and all its sub directories.
- Service that serves a file.