38 releases (8 stable)

2.4.0 Dec 30, 2024
2.3.0 Nov 4, 2024
2.2.0 Sep 25, 2024
2.0.0 May 28, 2024
0.1.0 Dec 30, 2021

#1852 in Network programming

Download history 2090/week @ 2024-11-28 2561/week @ 2024-12-05 2439/week @ 2024-12-12 1473/week @ 2024-12-19 1244/week @ 2024-12-26 2147/week @ 2025-01-02 1986/week @ 2025-01-09 2072/week @ 2025-01-16 1975/week @ 2025-01-23 2584/week @ 2025-01-30 2876/week @ 2025-02-06 2609/week @ 2025-02-13 2286/week @ 2025-02-20 2388/week @ 2025-02-27 3375/week @ 2025-03-06 3249/week @ 2025-03-13

11,708 downloads per month
Used in 57 crates (5 directly)

MIT/Apache

1MB
20K 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 = ["compio"] }

Documentation & community resources

License

This project is licensed under


lib.rs:

An implementations of SSL streams for ntex ecosystem

Dependencies

~2–11MB
~137K SLoC