Module tor_rtcompat::impls

source ยท
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.
  • tokio ๐Ÿ”’ tokio
    Re-exports of the tokio runtime for use with arti.