mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Glommio runtime support (#94)
* add glommio runtime support * optional compilation for glommio
This commit is contained in:
parent
429073f9ff
commit
450332144d
18 changed files with 1024 additions and 10 deletions
|
@ -6,7 +6,7 @@ description = "async-std intergration for ntex framework"
|
|||
keywords = ["network", "framework", "async", "futures"]
|
||||
homepage = "https://ntex.rs"
|
||||
repository = "https://github.com/ntex-rs/ntex.git"
|
||||
documentation = "https://docs.rs/ntex-rt-tokio/"
|
||||
documentation = "https://docs.rs/ntex-rt-async-std/"
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue