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
2020-01-30 02:42:01 +01:00
[![crates.io ](https://img.shields.io/crates/v/actix-cors )](https://crates.io/crates/actix-cors)
2020-12-31 14:11:04 +01:00
[![Documentation ](https://docs.rs/actix-cors/badge.svg?version=0.5.4 )](https://docs.rs/actix-cors/0.5.4)
2020-01-30 02:42:01 +01:00
![Apache 2.0 or MIT licensed ](https://img.shields.io/crates/l/actix-cors )
2020-12-31 14:11:04 +01:00
[![Dependency Status ](https://deps.rs/crate/actix-cors/0.5.4/status.svg )](https://deps.rs/crate/actix-cors/0.5.4)
2020-09-27 15:29:33 +02:00
[![Join the chat at https://gitter.im/actix/actix-web ](https://badges.gitter.im/actix/actix-web.svg )](https://gitter.im/actix/actix-web?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
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-02-28 20:29:54 +01:00
- [API Documentation ](https://docs.rs/actix-cors/ )
- [Example Project ](https://github.com/actix/examples/tree/master/security/web-cors )
- [Chat on Gitter ](https://gitter.im/actix/actix-web )
- Minimum Supported Rust Version (MSRV): 1.42.0