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

#1919 in Network programming

Download history 844/week @ 2024-01-16 712/week @ 2024-01-23 731/week @ 2024-01-30 929/week @ 2024-02-06 1145/week @ 2024-02-13 952/week @ 2024-02-20 1372/week @ 2024-02-27 1356/week @ 2024-03-05 1533/week @ 2024-03-12 1635/week @ 2024-03-19 1262/week @ 2024-03-26 1508/week @ 2024-04-02 1587/week @ 2024-04-09 1524/week @ 2024-04-16 1958/week @ 2024-04-23 1246/week @ 2024-04-30

6,523 downloads per month
Used in 50 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–29MB
~364K SLoC