2 releases

0.1.1 Feb 23, 2021
0.1.0 Mar 31, 2020

#18 in #composable-networking

Download history 2/week @ 2024-11-13 4/week @ 2024-11-20 2/week @ 2024-11-27 14/week @ 2024-12-04 29/week @ 2024-12-11 3/week @ 2024-12-18 27/week @ 2025-02-05 19/week @ 2025-02-12 16/week @ 2025-02-26

62 downloads per month

MIT license

7KB
135 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

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 = ["compio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~1.5MB
~38K SLoC