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

#15 in #composable-networking

Download history 961/week @ 2023-12-16 947/week @ 2023-12-23 799/week @ 2023-12-30 1242/week @ 2024-01-06 986/week @ 2024-01-13 781/week @ 2024-01-20 699/week @ 2024-01-27 845/week @ 2024-02-03 790/week @ 2024-02-10 1043/week @ 2024-02-17 1082/week @ 2024-02-24 1204/week @ 2024-03-02 1677/week @ 2024-03-09 1350/week @ 2024-03-16 1530/week @ 2024-03-23 1296/week @ 2024-03-30

6,101 downloads per month
Used in 49 crates (5 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

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

Dependencies

~360–670KB
~13K SLoC