37 releases (7 stable)

2.3.0 Nov 4, 2024
2.1.0 Aug 27, 2024
2.0.0 May 28, 2024
1.1.0 Mar 24, 2024
0.1.0 Dec 30, 2021

#2040 in Network programming

Download history 1400/week @ 2024-07-27 1275/week @ 2024-08-03 1228/week @ 2024-08-10 1383/week @ 2024-08-17 1755/week @ 2024-08-24 1481/week @ 2024-08-31 1727/week @ 2024-09-07 1515/week @ 2024-09-14 2110/week @ 2024-09-21 1814/week @ 2024-09-28 2235/week @ 2024-10-05 2327/week @ 2024-10-12 2712/week @ 2024-10-19 2379/week @ 2024-10-26 2918/week @ 2024-11-02 1864/week @ 2024-11-09

10,306 downloads per month
Used in 51 crates (5 directly)

MIT/Apache

755KB
18K 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:

An implementations of SSL streams for ntex ecosystem

Dependencies

~2–11MB
~132K SLoC