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