82 releases (24 stable)

new 2.9.3 Jan 21, 2025
2.9.2 Dec 5, 2024
2.8.3 Nov 10, 2024
2.1.0 Jul 30, 2024
0.1.0 Dec 30, 2021

#1868 in Network programming

Download history 2272/week @ 2024-10-02 2752/week @ 2024-10-09 2795/week @ 2024-10-16 2391/week @ 2024-10-23 2808/week @ 2024-10-30 2852/week @ 2024-11-06 2175/week @ 2024-11-13 2230/week @ 2024-11-20 2209/week @ 2024-11-27 3009/week @ 2024-12-04 2645/week @ 2024-12-11 1664/week @ 2024-12-18 972/week @ 2024-12-25 1836/week @ 2025-01-01 1907/week @ 2025-01-08 1676/week @ 2025-01-15

6,625 downloads per month
Used in 57 crates (12 directly)

MIT/Apache

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

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:

Utilities for abstructing io streams

Dependencies

~1–1.5MB
~27K SLoC