ntex

Crates.iontex
lib.rsntex
version2.0.3
sourcesrc
created_at2020-02-17 10:43:54.809074
updated_at2024-06-27 14:23:31.227151
descriptionFramework for composable network services
homepage
repositoryhttps://github.com/ntex-rs/ntex
max_upload_size
id210005
size1,306,553
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

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

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

Documentation & community resources

License

This project is licensed under

Commit count: 4730

cargo fmt