mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
update readme
This commit is contained in:
parent
9cb52bd37b
commit
08c0dd5654
3 changed files with 23 additions and 3 deletions
12
README.md
12
README.md
|
@ -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>
|
||||
|
||||
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
|
||||
|
@ -21,6 +21,16 @@
|
|||
| 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 `tokio`
|
||||
or `async-std`.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
ntex = { version = "0.5", features = ["tokio"] }
|
||||
```
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
* [Documentation](https://docs.rs/ntex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue