ntex

Crates.iontex
lib.rsntex
version2.8.0
sourcesrc
created_at2020-02-17 10:43:54.809074
updated_at2024-11-04 17:13:28.608052
descriptionFramework for composable network services
homepage
repositoryhttps://github.com/ntex-rs/ntex
max_upload_size
id210005
size1,317,451
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, glommio or async-std.

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

Documentation & community resources

License

This project is licensed under

Commit count: 4797

cargo fmt