47 releases (13 stable)

2.8.0 Dec 4, 2024
2.6.1 Nov 24, 2024
2.2.0 Jul 30, 2024
1.0.1 Jan 19, 2024
0.1.1 Apr 11, 2021

#1816 in Network programming

Download history 1762/week @ 2024-09-07 1589/week @ 2024-09-14 2171/week @ 2024-09-21 1889/week @ 2024-09-28 2372/week @ 2024-10-05 2496/week @ 2024-10-12 2781/week @ 2024-10-19 2470/week @ 2024-10-26 3097/week @ 2024-11-02 2001/week @ 2024-11-09 2338/week @ 2024-11-16 2623/week @ 2024-11-23 2672/week @ 2024-11-30 3001/week @ 2024-12-07 2217/week @ 2024-12-14 1284/week @ 2024-12-21

9,596 downloads per month
Used in 58 crates (14 directly)

MIT/Apache

310KB
8K 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:

Utilities for ntex framework

Dependencies

~1MB
~15K SLoC