15 unstable releases (5 breaking)

0.6.2 Jan 30, 2022
0.6.0 Dec 18, 2021
0.5.1 Sep 8, 2021
0.5.0 Jun 27, 2021
0.1.0 Mar 31, 2020

#1369 in Asynchronous

Download history 1268/week @ 2024-07-24 1415/week @ 2024-07-31 1453/week @ 2024-08-07 1736/week @ 2024-08-14 1506/week @ 2024-08-21 1635/week @ 2024-08-28 1672/week @ 2024-09-04 1967/week @ 2024-09-11 2226/week @ 2024-09-18 2195/week @ 2024-09-25 2341/week @ 2024-10-02 2614/week @ 2024-10-09 2961/week @ 2024-10-16 2565/week @ 2024-10-23 2782/week @ 2024-10-30 2739/week @ 2024-11-06

11,595 downloads per month
Used in 56 crates (6 directly)

MIT license

245KB
4.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

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 encoding and decoding frames.

Dependencies

~325–630KB
~13K SLoC