ntex

Crates.iontex
lib.rsntex
version3.0.0-pre.13
created_at2020-02-17 10:43:54.809074+00
updated_at2026-01-21 16:32:36.353753+00
descriptionFramework for composable network services
homepage
repositoryhttps://github.com/ntex-rs/ntex
max_upload_size
id210005
size1,272,330
core (github:ntex-rs:core)

documentation

https://docs.rs/ntex/

README

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

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 = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Commit count: 4953

cargo fmt