mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-03 21:07:40 +03:00
refactor: crates readme.md (#9)
This commit is contained in:
parent
be1eb01083
commit
c7f1ba1d48
8 changed files with 103 additions and 31 deletions
|
@ -1,7 +1,23 @@
|
|||
# Cors Middleware for ntex framework
|
||||
<div align="center">
|
||||
|
||||
# Cors Middleware for ntex
|
||||
|
||||
[](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
|
||||
[](https://codecov.io/gh/ntex-rs/ntex-extras)
|
||||
|
||||
</div>
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
* [User Guide](https://ntex.rs/docs)
|
||||
* [API Documentation](https://docs.rs/ntex-cors/)
|
||||
* Cargo package: [ntex-cors](https://crates.io/crates/ntex-cors)
|
||||
* Minimum supported Rust version: 1.42 or later
|
||||
* Minimum supported Rust version: 1.65 or later
|
||||
|
||||
## Build statuses
|
||||
|
||||
| Platform | Build Status |
|
||||
| ---------------- | ------------ |
|
||||
| Linux | [](https://github.com/ntex-rs/ntex-extras/actions?query=workflow%3A"CI+(Linux)") |
|
||||
| macOS | [](https://github.com/ntex-rs/ntex-extras/actions?query=workflow%3A"CI+(OSX)") |
|
||||
| Windows | [](https://github.com/ntex-rs/ntex-extras/actions?query=workflow%3A"CI+(Windows)") |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue