Crates.io | ntex |
lib.rs | ntex |
version | 2.16.0 |
created_at | 2020-02-17 10:43:54.809074+00 |
updated_at | 2025-09-10 13:29:04.754979+00 |
description | Framework for composable network services |
homepage | |
repository | https://github.com/ntex-rs/ntex |
max_upload_size | |
id | 210005 |
size | 1,273,357 |
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio
, tokio
,
neon
or neon-uring
.
[dependencies]
ntex = { version = "2", features = ["compio"] }
This project is licensed under