| Platform | Build Status |
|---|---|
| Linux | |
| macOS | |
| Windows |
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio, tokio,
neon, neon-uring, neon-iocp.
[dependencies]
ntex = { version = "4", features = ["neon"] }- Documentation
- Docs.rs
- Minimum supported Rust version: 1.88 or later
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])