Crates.io | ntex |
lib.rs | ntex |
version | 2.8.0 |
source | src |
created_at | 2020-02-17 10:43:54.809074 |
updated_at | 2024-11-04 17:13:28.608052 |
description | Framework for composable network services |
homepage | |
repository | https://github.com/ntex-rs/ntex |
max_upload_size | |
id | 210005 |
size | 1,317,451 |
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio
, tokio
,
glommio
or async-std
.
[dependencies]
ntex = { version = "2", features = ["tokio"] }
This project is licensed under