Registry / networking / tokio-boring

tokio-boring

JSON →
library5.0.0rscratesunverified

An implementation of SSL streams for Tokio backed by BoringSSL.

# Cargo.toml [dependencies] tokio-boring = "5.0.0"
INSTALL
IMPORT
SIG · TOKIO-BORING
T
tokio-boring
networkingrustv5.0.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.

SslStream
use tokio_boring::SslStream;

Demonstrates availability of the SslStream type for Tokio.

use tokio_boring::SslStream; fn main() { println!("SslStream type available"); }
Debug
Known issues
gotchaRequires BoringSSL to be installed on the system.
fix
Install BoringSSL via your system package manager or build from source.
affects: >=5.0.0
Upgrade
Version history
5.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
tokio-boring — cargo add tokio-boring · libregistry