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

#13 in #composable-networking

Download history 877/week @ 2023-12-01 1077/week @ 2023-12-08 987/week @ 2023-12-15 970/week @ 2023-12-22 795/week @ 2023-12-29 1239/week @ 2024-01-05 986/week @ 2024-01-12 763/week @ 2024-01-19 745/week @ 2024-01-26 796/week @ 2024-02-02 834/week @ 2024-02-09 1014/week @ 2024-02-16 1048/week @ 2024-02-23 1114/week @ 2024-03-01 1722/week @ 2024-03-08 1082/week @ 2024-03-15

5,167 downloads per month
Used in 47 crates (5 directly)

MIT license

5KB
62 lines

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

~0.6–0.9MB
~18K SLoC