15 stable releases

2.6.2 Dec 30, 2024
2.5.0 Nov 4, 2024
2.3.0 Jul 19, 2024
1.0.5 Apr 1, 2024
1.0.4 Mar 30, 2024

#2115 in Network programming

Download history 2044/week @ 2024-10-09 2411/week @ 2024-10-16 2132/week @ 2024-10-23 2349/week @ 2024-10-30 2244/week @ 2024-11-06 1990/week @ 2024-11-13 1976/week @ 2024-11-20 2008/week @ 2024-11-27 2413/week @ 2024-12-04 2113/week @ 2024-12-11 1407/week @ 2024-12-18 1187/week @ 2024-12-25 1857/week @ 2025-01-01 1790/week @ 2025-01-08 1766/week @ 2025-01-15 1499/week @ 2025-01-22

7,062 downloads per month
Used in 35 crates (via ntex)

MIT/Apache

690KB
17K 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

Dependencies

~4–13MB
~185K SLoC