32 releases (2 stable)

1.1.0 Mar 24, 2024
0.3.3 Nov 12, 2023
0.3.0 Jun 22, 2023
0.2.4 Jan 29, 2023
0.1.0 Dec 30, 2021

#1951 in Network programming

Download history 759/week @ 2024-01-21 693/week @ 2024-01-28 940/week @ 2024-02-04 801/week @ 2024-02-11 1043/week @ 2024-02-18 1190/week @ 2024-02-25 1185/week @ 2024-03-03 1656/week @ 2024-03-10 1329/week @ 2024-03-17 1487/week @ 2024-03-24 1434/week @ 2024-03-31 1493/week @ 2024-04-07 1570/week @ 2024-04-14 1843/week @ 2024-04-21 1645/week @ 2024-04-28 1503/week @ 2024-05-05

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

MIT/Apache

730KB
17K 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


lib.rs:

An implementations of SSL streams for ntex ecosystem

Dependencies

~2–35MB
~487K SLoC