Registry / networking / tls-api

tls-api

JSON →
library0.12.0rscratesunverified

TLS API without implementation, providing abstract interfaces for TLS operations.

# Cargo.toml [dependencies] tls-api = "0.12.0"
INSTALL
IMPORT
SIG · TLS-API
T
tls-api
networkingrustv0.12.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 tls_api::TlsConnector;

Demonstrates importing the TlsConnector trait.

use tls_api::TlsConnector; fn main() { // TlsConnector is a trait; requires a concrete implementation println!("TLS API trait available"); }
Debug
Known issues
gotchaThis crate provides only traits and types; you must pair it with a backend implementation like tls-api-native-tls or tls-api-openssl.
fix
Add a backend crate: tls-api-native-tls = "0.12"
affects: >= 0.1.0
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
OpenAI (training)
1
Resources