1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00
actix-web/actix-files/README.md

19 lines
960 B
Markdown
Raw Normal View History

2020-10-06 23:08:33 +02:00
# actix-files
2019-04-30 05:47:21 +02:00
2020-10-06 23:08:33 +02:00
> Static file serving for Actix Web
2019-04-30 05:47:21 +02:00
2020-11-24 21:33:23 +01:00
[![crates.io](https://img.shields.io/crates/v/actix-files?label=latest)](https://crates.io/crates/actix-files)
2022-02-25 21:36:16 +01:00
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.0)](https://docs.rs/actix-files/0.6.0)
![Version](https://img.shields.io/badge/rustc-1.56+-ab6000.svg)
2020-10-06 23:08:33 +02:00
![License](https://img.shields.io/crates/l/actix-files.svg)
<br />
2022-02-25 21:36:16 +01:00
[![dependency status](https://deps.rs/crate/actix-files/0.6.0/status.svg)](https://deps.rs/crate/actix-files/0.6.0)
2020-10-06 23:08:33 +02:00
[![Download](https://img.shields.io/crates/d/actix-files.svg)](https://crates.io/crates/actix-files)
2021-06-26 17:33:36 +02:00
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
2020-10-06 23:08:33 +02:00
## Documentation & Resources
2022-02-18 04:41:10 +01:00
- [API Documentation](https://docs.rs/actix-files)
- [Example Project](https://github.com/actix/examples/tree/master/basics/static-files)
2021-12-29 09:59:15 +01:00
- Minimum Supported Rust Version (MSRV): 1.54