mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-03-28 18:17:16 +03:00
framework for composable networking services
.github/workflows | ||
ntex | ||
ntex-bytes | ||
ntex-codec | ||
ntex-compio | ||
ntex-http | ||
ntex-io | ||
ntex-macros | ||
ntex-net | ||
ntex-router | ||
ntex-rt | ||
ntex-server | ||
ntex-service | ||
ntex-tls | ||
ntex-tokio | ||
ntex-util | ||
.gitignore | ||
Cargo.toml | ||
codecov.yml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rustfmt.toml |
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.75 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])