Module hyper_staticfile::vfs

source ·
Expand description

Types to implement a custom (virtual) filesystem to serve files from.

Structs

Open file handle with metadata.
An in-memory virtual filesystem.
Struct that wraps a tokio File to implement FileAccess.
Future type produced by TokioFileOpener.
Filesystem implementation that uses tokio::fs.

Traits

Trait that implements all the necessary file access methods used for serving files.
Trait for a simple virtual filesystem layer.
Trait that converts a file handle into something that implements FileAccess.