2020-01-30 02:42:01 +01:00
|
|
|
# actix-cors
|
|
|
|
|
2020-10-07 12:32:27 +02:00
|
|
|
> Cross-origin resource sharing (CORS) for Actix Web.
|
2020-09-27 15:29:33 +02:00
|
|
|
|
2021-03-21 10:38:29 +01:00
|
|
|
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
|
2022-03-07 22:04:36 +01:00
|
|
|
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.1)](https://docs.rs/actix-cors/0.6.1)
|
2020-01-30 02:42:01 +01:00
|
|
|
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors)
|
2022-03-07 22:04:36 +01:00
|
|
|
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.1/status.svg)](https://deps.rs/crate/actix-cors/0.6.1)
|
2019-06-15 05:34:16 +02:00
|
|
|
|
2020-09-27 15:29:33 +02:00
|
|
|
## Documentation & Resources
|
2019-06-15 05:34:16 +02:00
|
|
|
|
2021-03-21 10:38:29 +01:00
|
|
|
- [API Documentation](https://docs.rs/actix-cors)
|
2022-02-18 04:33:03 +01:00
|
|
|
- [Example Project](https://github.com/actix/examples/tree/master/cors)
|
2022-06-22 13:42:46 +02:00
|
|
|
- Minimum Supported Rust Version (MSRV): 1.57
|