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

#2027 in Network programming

Download history 1348/week @ 2024-08-16 1692/week @ 2024-08-23 1539/week @ 2024-08-30 1661/week @ 2024-09-06 1508/week @ 2024-09-13 2073/week @ 2024-09-20 1828/week @ 2024-09-27 2189/week @ 2024-10-04 2269/week @ 2024-10-11 2759/week @ 2024-10-18 2231/week @ 2024-10-25 2838/week @ 2024-11-01 2177/week @ 2024-11-08 1952/week @ 2024-11-15 2395/week @ 2024-11-22 2213/week @ 2024-11-29

9,228 downloads per month
Used in 52 crates (5 directly)

MIT/Apache

750KB
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
~133K SLoC