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,11 +1,23 @@
|
|||
# Identity service for actix web framework [](https://travis-ci.org/actix/actix-web) [](https://codecov.io/gh/actix/actix-web) [](https://crates.io/crates/actix-identity) [](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
<div align="center">
|
||||
|
||||
**This crate moved to https://github.com/actix/actix-extras.**
|
||||
# Identity service 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://actix.rs/docs/)
|
||||
* [API Documentation](https://docs.rs/actix-identity/)
|
||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
||||
* Cargo package: [actix-session](https://crates.io/crates/actix-identity)
|
||||
* Minimum supported Rust version: 1.34 or later
|
||||
* [User Guide](https://ntex.rs/docs)
|
||||
* [API Documentation](https://docs.rs/ntex-identity)
|
||||
* Cargo package: [ntex-identity](https://crates.io/crates/ntex-identity)
|
||||
* 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