Skip to main content

Module async_std

Module async_std 

Source
Available on crate feature async-std and (crate features native-tls or rustls) only.
Expand description

Entry points for use with async_std runtimes.

Re-exports§

pub use AsyncStdNativeTlsRuntime as PreferredRuntime;native-tls

Structs§

AsyncStdNativeTlsRuntimenative-tls
A Runtime powered by async_std and native_tls.
AsyncStdRustlsRuntimerustls
A Runtime powered by async_std and rustls.

Functions§

create_runtime_implasync-std or smol or tokio
Create and return a new async_std runtime.