2020-01-30 01:42:01 +00:00
# actix-cors
2020-10-07 11:32:27 +01:00
> Cross-origin resource sharing (CORS) for Actix Web.
2020-09-27 14:29:33 +01:00
2020-01-30 01:42:01 +00:00
[![crates.io ](https://img.shields.io/crates/v/actix-cors )](https://crates.io/crates/actix-cors)
2020-12-31 22:11:04 +09:00
[![Documentation ](https://docs.rs/actix-cors/badge.svg?version=0.5.4 )](https://docs.rs/actix-cors/0.5.4)
2020-01-30 01:42:01 +00:00
![Apache 2.0 or MIT licensed ](https://img.shields.io/crates/l/actix-cors )
2020-12-31 22:11:04 +09: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 14:29:33 +01: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 09:34:16 +06:00
2020-09-27 14:29:33 +01:00
## Documentation & Resources
2019-06-15 09:34:16 +06:00
2021-02-28 16:29:54 -03: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