update readme

This commit is contained in:
Nikolay Kim 2022-01-05 02:17:57 +06:00
parent 9cb52bd37b
commit 08c0dd5654
3 changed files with 23 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<div align="center">
<p><h1>ntex</h1> </p>
<p><strong>Framework for composable network services. This project uses *unsafe*!</strong> </p>
<p><strong>Framework for composable network services.</strong> </p>
<p>
[![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
@ -21,6 +21,16 @@
| macOS | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28OSX%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") |
| Windows | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Windows%29/badge.svg?branch=master&event=push)](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 `tokio`
or `async-std`.
```toml
[dependencies]
ntex = { version = "0.5", features = ["tokio"] }
```
## Documentation & community resources
* [Documentation](https://docs.rs/ntex)