31 releases (1 stable)

1.0.0 Jan 9, 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

#2031 in Network programming

Download history 889/week @ 2023-11-27 921/week @ 2023-12-04 905/week @ 2023-12-11 918/week @ 2023-12-18 675/week @ 2023-12-25 886/week @ 2024-01-01 1058/week @ 2024-01-08 776/week @ 2024-01-15 760/week @ 2024-01-22 668/week @ 2024-01-29 978/week @ 2024-02-05 913/week @ 2024-02-12 959/week @ 2024-02-19 1197/week @ 2024-02-26 1293/week @ 2024-03-04 709/week @ 2024-03-11

4,324 downloads per month
Used in 42 crates (5 directly)

MIT/Apache

445KB
12K 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

~1–35MB
~482K SLoC