16 releases (2 stable)

1.1.0 Mar 24, 2024
0.3.4 Dec 14, 2023
0.3.2 Oct 2, 2023
0.3.0 Jun 22, 2023
0.1.0 Jun 20, 2022

#2449 in Network programming

Download history 573/week @ 2024-07-25 580/week @ 2024-08-01 447/week @ 2024-08-08 373/week @ 2024-08-15 441/week @ 2024-08-22 546/week @ 2024-08-29 455/week @ 2024-09-05 537/week @ 2024-09-12 457/week @ 2024-09-19 341/week @ 2024-09-26 226/week @ 2024-10-03 186/week @ 2024-10-10 223/week @ 2024-10-17 190/week @ 2024-10-24 223/week @ 2024-10-31 206/week @ 2024-11-07

871 downloads per month

MIT/Apache

255KB
6.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

Dependencies

~2–15MB
~229K SLoC