Available on (crate features
native-tls
or rustls
) and (crate features async-std
or tokio
) only.Expand description
Different implementations of a common async API for use in arti
Currently only async_std and tokio are provided.
Modules§
- async_
std 🔒async-std
- Re-exports of the async_std runtime for use with arti.
- native_
tls 🔒native-tls
- Implementation for using
native_tls
- rustls 🔒
rustls
- Implementation for using Rustls with a runtime.
- streamops 🔒
- Helpers for implementing
StreamOps
. - tokio 🔒
tokio
- Re-exports of the tokio runtime for use with arti.