Registry / networking / actix-tls

actix-tls

JSON →
library3.5.0rscratesunverified

TLS acceptor and connector services for the Actix ecosystem, enabling encrypted communication.

# Cargo.toml [dependencies] actix-tls = "3.5.0"
INSTALL
IMPORT
SIG · ACTIX-TLS
A
actix-tls
networkingrustv3.5.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.

TlsConnector
use actix_tls::connect::TlsConnector;

Creates a TLS connector for use with Actix services.

use actix_tls::connect::TlsConnector; fn main() { let connector = TlsConnector::new(); println!("TLS connector created"); }
Debug
Known issues
gotchaRequires the `openssl` or `rustls` feature to be enabled; default may not include TLS backend.
fix
Add `features = ["rustls"]` or `features = ["openssl"]` to your Cargo.toml dependency.
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
actix-tls — cargo add actix-tls · libregistry