46 releases (22 stable)

3.4.0 Dec 4, 2024
3.3.3 Nov 10, 2024
3.2.1 Oct 31, 2024
3.0.0 May 28, 2024
0.1.0 Mar 31, 2020

#1802 in Network programming

Download history 1581/week @ 2024-08-24 1514/week @ 2024-08-31 1833/week @ 2024-09-07 1600/week @ 2024-09-14 2087/week @ 2024-09-21 2100/week @ 2024-09-28 2490/week @ 2024-10-05 2661/week @ 2024-10-12 3221/week @ 2024-10-19 2751/week @ 2024-10-26 3441/week @ 2024-11-02 2381/week @ 2024-11-09 2316/week @ 2024-11-16 2476/week @ 2024-11-23 2572/week @ 2024-11-30 2673/week @ 2024-12-07

10,387 downloads per month
Used in 57 crates (10 directly)

MIT/Apache

115KB
3.5K SLoC

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


lib.rs:

See Service docs for information on this crate's foundational trait.

Dependencies

~45KB