43 releases (9 stable)

2.5.0 Nov 4, 2024
2.3.0 Aug 19, 2024
2.2.0 Jul 30, 2024
1.0.1 Jan 19, 2024
0.1.1 Apr 11, 2021

#1863 in Network programming

Download history 1499/week @ 2024-07-27 1412/week @ 2024-08-03 1344/week @ 2024-08-10 1616/week @ 2024-08-17 1554/week @ 2024-08-24 1471/week @ 2024-08-31 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 1954/week @ 2024-11-09

10,768 downloads per month
Used in 56 crates (13 directly)

MIT/Apache

315KB
9K 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
~16K SLoC