18 releases

0.5.3 Nov 4, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 12, 2023
0.1.3 Jan 30, 2022

#2285 in Network programming

Download history 1109/week @ 2024-08-24 1337/week @ 2024-08-31 2294/week @ 2024-09-07 1539/week @ 2024-09-14 1868/week @ 2024-09-21 1683/week @ 2024-09-28 2142/week @ 2024-10-05 2260/week @ 2024-10-12 2670/week @ 2024-10-19 2316/week @ 2024-10-26 2867/week @ 2024-11-02 1858/week @ 2024-11-09 2025/week @ 2024-11-16 2270/week @ 2024-11-23 2079/week @ 2024-11-30 2285/week @ 2024-12-07

8,987 downloads per month
Used in 39 crates (via ntex-net)

MIT/Apache

620KB
14K 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

Dependencies

~3–12MB
~120K SLoC