mirror of https://github.com/fafhrd91/actix-web
Some depedendents have been carefully crafted to have their own `compress` feature which enables the `compress` feature on `actix-http` on demand, however that is all for naught when some dependents simply use `actix-http` without opting out of `default-features` because `compress` is a default feature. Signed-off-by: Daniel Egger <daniel.egger@axiros.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
CHANGES.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
Static files support for actix web

Documentation & community resources
- User Guide
- API Documentation
- Chat on gitter
- Cargo package: actix-files
- Minimum supported Rust version: 1.40 or later