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

#2199 in Network programming

Download history 1209/week @ 2024-01-03 806/week @ 2024-01-10 827/week @ 2024-01-17 734/week @ 2024-01-24 701/week @ 2024-01-31 938/week @ 2024-02-07 952/week @ 2024-02-14 985/week @ 2024-02-21 1228/week @ 2024-02-28 1522/week @ 2024-03-06 1313/week @ 2024-03-13 1418/week @ 2024-03-20 930/week @ 2024-03-27 1030/week @ 2024-04-03 883/week @ 2024-04-10 808/week @ 2024-04-17

3,849 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

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

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

Documentation & community resources

License

This project is licensed under

Dependencies

~2–39MB
~588K SLoC