ntex/ntex
2024-03-29 21:48:11 +01:00
..
examples Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
src Feature gate brotli2 encoder (#321) 2024-03-28 10:56:36 +01:00
tests Refactor ntex-connect (#314) 2024-03-24 15:33:08 +01:00
Cargo.toml Add Connect::map_addr() helper method (#326) 2024-03-29 21:48:11 +01:00
CHANGES.md Feature gate brotli2 encoder (#321) 2024-03-28 10:56:36 +01:00
LICENSE-APACHE Update license 2024-01-08 21:32:26 +06:00
LICENSE-MIT Update license 2024-01-08 21:32:26 +06:00
README.md Update README.md 2022-02-19 20:35:24 +06:00

ntex

Framework for composable network services.

build status crates.io Documentation Version License codecov Chat on Discord

Build statuses

Platform Build Status
Linux build status
macOS build status
Windows build status

Usage

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

[dependencies]
ntex = { version = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under