Crate static_dir

Source
Expand description

A crate for embedding static assets into warp webservers.

Macros§

static_dir
Creates a Filter that serves a directory at the base $path joined by the request path.

Functions§

dir
Creates a Filter that serves an included directory.