Module hyper_staticfile::vfs

source ·
Expand description

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

Structs

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.