mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update README.md
This commit is contained in:
parent
84be13de5c
commit
cb356517a4
2 changed files with 5 additions and 46 deletions
|
@ -4,12 +4,13 @@
|
|||
<p>
|
||||
|
||||
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
|
||||
[](https://codecov.io/gh/ntex-rs/ntex)
|
||||
[](https://crates.io/crates/ntex)
|
||||
[](https://docs.rs/ntex)
|
||||
[](https://docs.rs/ntex)
|
||||
[](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html)
|
||||

|
||||
|
||||
[](https://codecov.io/gh/ntex-rs/ntex)
|
||||
[](https://discord.gg/zBNyhVRz)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
<div align="center">
|
||||
<p><h1>ntex</h1> </p>
|
||||
<p><strong>Framework for composable network services.</strong> </p>
|
||||
<p>
|
||||
|
||||
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
|
||||
[](https://codecov.io/gh/ntex-rs/ntex)
|
||||
[](https://crates.io/crates/ntex)
|
||||
[](https://docs.rs/ntex)
|
||||
[](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html)
|
||||

|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## Build statuses
|
||||
|
||||
| Platform | Build Status |
|
||||
| ---------------- | ------------ |
|
||||
| Linux | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") |
|
||||
| macOS | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") |
|
||||
| Windows | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") |
|
||||
|
||||
## Usage
|
||||
|
||||
Starting ntex v0.5 async runtime must be selected as a feature. Available options are `glommio`,
|
||||
`tokio` or `async-std`.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
ntex = { version = "0.5", features = ["glommio"] }
|
||||
```
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
* [Documentation](https://docs.rs/ntex)
|
||||
* Minimum supported Rust version: 1.53 or later
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under
|
||||
|
||||
* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
1
ntex/README.md
Symbolic link
1
ntex/README.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../README.md
|
Loading…
Add table
Add a link
Reference in a new issue