mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
15 lines
711 B
Markdown
15 lines
711 B
Markdown
# actix-cors
|
|
|
|
> Cross-origin resource sharing (CORS) for Actix Web.
|
|
|
|
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
|
|
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.6)](https://docs.rs/actix-cors/0.6.0-beta.6)
|
|
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors)
|
|
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.6/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.6)
|
|
|
|
## Documentation & Resources
|
|
|
|
- [API Documentation](https://docs.rs/actix-cors)
|
|
- [Example Project](https://github.com/actix/examples/tree/master/security/web-cors)
|
|
- Minimum Supported Rust Version (MSRV): 1.52
|