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

#17 in #composable-networking

Download history 1647/week @ 2024-08-08 1585/week @ 2024-08-15 1468/week @ 2024-08-22 1631/week @ 2024-08-29 1757/week @ 2024-09-05 1924/week @ 2024-09-12 2367/week @ 2024-09-19 2195/week @ 2024-09-26 2394/week @ 2024-10-03 2578/week @ 2024-10-10 2957/week @ 2024-10-17 2490/week @ 2024-10-24 3161/week @ 2024-10-31 2383/week @ 2024-11-07 2171/week @ 2024-11-14 2638/week @ 2024-11-21

10,762 downloads per month
Used in 57 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

~330–650KB
~13K SLoC