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.
2 parents 1ad080c + 95b6a31 commit 0997a9cCopy full SHA for 0997a9c
src/asynchronous/mod.rs
@@ -3,7 +3,7 @@
3
// SPDX-License-Identifier: Apache-2.0
4
//
5
6
-//! Server and client in async mode.
+//! Server and client in async mode (alias r#async).
7
8
pub mod client;
9
pub mod server;
src/lib.rs
@@ -59,5 +59,6 @@ cfg_sync! {
59
60
cfg_async! {
61
pub mod asynchronous;
62
+ #[doc(hidden)]
63
pub use crate::asynchronous as r#async;
64
}
0 commit comments