16 releases (2 stable)
| 1.1.0 | Mar 24, 2024 |
|---|---|
| 0.3.4 | Dec 14, 2023 |
| 0.3.2 | Oct 2, 2023 |
| 0.3.0 | Jun 22, 2023 |
| 0.1.0 | Jun 20, 2022 |
#615 in #framework
427 downloads per month
310KB
8K
SLoC
Build statuses
| Platform | Build Status |
|---|---|
| Linux | |
| macOS | |
| Windows |
Usage
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"] }
Documentation & community resources
- Documentation
- Docs.rs
- Minimum supported Rust version: 1.85 or later
License
This project is licensed under
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Dependencies
~3–22MB
~280K SLoC