#async #networking #framework

ntex-tls

An implementation of SSL streams for ntex backed by OpenSSL

50 releases (16 stable)

Uses new Rust 2024

3.1.0 Dec 17, 2025
3.0.0-pre.2 Nov 30, 2025
2.6.2 Nov 30, 2025
2.6.0 Jul 29, 2025
0.1.0 Dec 30, 2021

#1075 in Network programming

Download history 4324/week @ 2025-09-16 4201/week @ 2025-09-23 3447/week @ 2025-09-30 3136/week @ 2025-10-07 3802/week @ 2025-10-14 5367/week @ 2025-10-21 3035/week @ 2025-10-28 3287/week @ 2025-11-04 2936/week @ 2025-11-11 5674/week @ 2025-11-18 4054/week @ 2025-11-25 3844/week @ 2025-12-02 3597/week @ 2025-12-09 3441/week @ 2025-12-16 1916/week @ 2025-12-23 2399/week @ 2025-12-30

12,058 downloads per month
Used in 75 crates (6 directly)

MIT/Apache

1MB
22K 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

Dependencies

~4–19MB
~264K SLoC