Registry / networking / ntex-tls

ntex-tls

JSON →
library3.6.0rscratesunverified

An implementation of SSL streams for ntex backed by OpenSSL.

# Cargo.toml [dependencies] ntex-tls = "3.6.0"
INSTALL
IMPORT
SIG · NTEX-TLS
N
ntex-tls
networkingrustv3.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TlsStream
use ntex_tls::TlsStream;

Imports the TLS stream type for ntex.

use ntex_tls::TlsStream; fn main() { // Example usage requires an existing ntex connection println!("TlsStream available"); }
Debug
Known issues
gotchaRequires OpenSSL development libraries to be installed.
fix
Install OpenSSL (e.g., libssl-dev on Ubuntu) or use a vendored feature.
affects: >=0.0.0
Upgrade
Version history
3.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
ntex-tls — cargo add ntex-tls · libregistry