1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 16:34:26 +02:00

prepare files release 0.4.0

This commit is contained in:
Rob Ede
2020-10-06 22:08:33 +01:00
parent 26c1a901d9
commit 34b23f31c9
4 changed files with 48 additions and 38 deletions

View File

@ -1,4 +1,4 @@
//! Static files support for Actix Web.
//! Static file serving for Actix Web.
//!
//! Provides a non-blocking service for serving static files from disk.
//!