36 releases (2 stable)

1.0.1 Jan 19, 2024
0.3.4 Nov 6, 2023
0.3.1 Jun 26, 2023
0.2.0 Jan 4, 2023
0.1.1 Apr 11, 2021

#1967 in Network programming

Download history 766/week @ 2023-12-24 697/week @ 2023-12-31 1329/week @ 2024-01-07 834/week @ 2024-01-14 775/week @ 2024-01-21 681/week @ 2024-01-28 944/week @ 2024-02-04 834/week @ 2024-02-11 1217/week @ 2024-02-18 1259/week @ 2024-02-25 1212/week @ 2024-03-03 1711/week @ 2024-03-10 1468/week @ 2024-03-17 1393/week @ 2024-03-24 1443/week @ 2024-03-31 1077/week @ 2024-04-07

5,499 downloads per month
Used in 49 crates (12 directly)

MIT/Apache

275KB
7.5K 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:

Utilities for ntex framework

Dependencies

~0.8–28MB
~365K SLoC