1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-29 05:38:11 +00:00
actix-web/actix-files/README.md

23 lines
1 KiB
Markdown
Raw Normal View History

2024-01-10 04:00:20 +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
2024-01-10 04:00:20 +00:00
<!-- prettier-ignore-start -->
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)
[![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 />
[![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
2024-01-10 04:00:20 +00:00
<!-- prettier-ignore-end -->
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