2 releases

0.1.1 Feb 23, 2021
0.1.0 Mar 31, 2020

#16 in #composable-networking

Download history 6/week @ 2024-01-05 1/week @ 2024-01-12 8/week @ 2024-02-16 29/week @ 2024-02-23 24/week @ 2024-03-01 11/week @ 2024-03-08 6/week @ 2024-03-15

72 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

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

Dependencies

~1.5MB
~33K SLoC