33 releases (3 stable)

2.0.0 May 28, 2024
1.1.0 Mar 24, 2024
1.0.0 Jan 9, 2024
0.3.3 Nov 12, 2023
0.1.0 Dec 30, 2021

#1902 in Network programming

Download history 1366/week @ 2024-03-14 1542/week @ 2024-03-21 1307/week @ 2024-03-28 1493/week @ 2024-04-04 1659/week @ 2024-04-11 1582/week @ 2024-04-18 1862/week @ 2024-04-25 1428/week @ 2024-05-02 1485/week @ 2024-05-09 1236/week @ 2024-05-16 1757/week @ 2024-05-23 1813/week @ 2024-05-30 1492/week @ 2024-06-06 1112/week @ 2024-06-13 1356/week @ 2024-06-20 895/week @ 2024-06-27

5,229 downloads per month
Used in 46 crates (5 directly)

MIT/Apache

735KB
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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio 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–12MB
~138K SLoC