Crates.io | ntex |
lib.rs | ntex |
version | 2.10.0 |
source | src |
created_at | 2020-02-17 10:43:54.809074 |
updated_at | 2024-12-04 09:36:55.565489 |
description | Framework for composable network services |
homepage | |
repository | https://github.com/ntex-rs/ntex |
max_upload_size | |
id | 210005 |
size | 1,300,262 |
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