We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2ab57 commit b029da5Copy full SHA for b029da5
compio-btls/src/lib.rs
@@ -1,8 +1,8 @@
1
//! Async TLS streams backed by BoringSSL.
2
//!
3
//! This crate provides a wrapper around the [`btls`] crate's [`SslStream`](ssl::SslStream) type
4
-//! that works with [`compio-io`]'s [`AsyncRead`] and [`AsyncWrite`] traits rather than std's
5
-//! blocking [`Read`] and [`Write`] traits.
+//! that works with [`compio_io`]'s [`AsyncRead`] and [`AsyncWrite`] traits rather than std's
+//! blocking [`std::io::Read`] and [`std::io::Write`] traits.
6
#![warn(missing_docs)]
7
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
8
0 commit comments