37 releases (13 stable)

2.0.1 Feb 7, 2024
1.2.7 Sep 19, 2023
1.2.2 Jun 26, 2023
1.0.1 Jan 24, 2023
0.1.0 Mar 31, 2020

#1571 in Network programming

Download history 935/week @ 2024-01-01 1183/week @ 2024-01-08 845/week @ 2024-01-15 797/week @ 2024-01-22 682/week @ 2024-01-29 1031/week @ 2024-02-05 1161/week @ 2024-02-12 989/week @ 2024-02-19 1292/week @ 2024-02-26 1357/week @ 2024-03-04 1647/week @ 2024-03-11 1716/week @ 2024-03-18 1341/week @ 2024-03-25 1563/week @ 2024-04-01 1428/week @ 2024-04-08 1657/week @ 2024-04-15

6,207 downloads per month
Used in 50 crates (9 directly)

MIT/Apache

100KB
3K 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:

See Service docs for information on this crate's foundational trait.

Dependencies

~45KB