12 stable releases

2.5.0 Nov 4, 2024
2.4.0 Sep 24, 2024
2.3.0 Jul 19, 2024
2.1.0 Jun 27, 2024
1.0.4 Mar 30, 2024

#2225 in Network programming

Download history 753/week @ 2024-07-30 697/week @ 2024-08-06 811/week @ 2024-08-13 942/week @ 2024-08-20 916/week @ 2024-08-27 1043/week @ 2024-09-03 971/week @ 2024-09-10 1114/week @ 2024-09-17 1531/week @ 2024-09-24 1691/week @ 2024-10-01 2031/week @ 2024-10-08 2233/week @ 2024-10-15 2332/week @ 2024-10-22 2235/week @ 2024-10-29 2374/week @ 2024-11-05 1555/week @ 2024-11-12

8,983 downloads per month
Used in 33 crates (via ntex)

MIT/Apache

680KB
16K 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

~4–15MB
~181K SLoC