46 releases (22 stable)

3.4.0 Dec 4, 2024
3.3.3 Nov 10, 2024
3.2.1 Oct 31, 2024
3.0.0 May 28, 2024
0.1.0 Mar 31, 2020

#697 in Asynchronous

Download history 2615/week @ 2024-12-02 3227/week @ 2024-12-09 2134/week @ 2024-12-16 1322/week @ 2024-12-23 1443/week @ 2024-12-30 2441/week @ 2025-01-06 2199/week @ 2025-01-13 1984/week @ 2025-01-20 2128/week @ 2025-01-27 3098/week @ 2025-02-03 3196/week @ 2025-02-10 2363/week @ 2025-02-17 2546/week @ 2025-02-24 2454/week @ 2025-03-03 4048/week @ 2025-03-10 3221/week @ 2025-03-17

12,528 downloads per month
Used in 61 crates (10 directly)

MIT/Apache

115KB
3.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, neon or neon-uring.

[dependencies]
ntex = { version = "2", features = ["compio"] }

Documentation & community resources

License

This project is licensed under


lib.rs:

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

Dependencies

~46KB