Closed
Description
Currently, this crate is hard-coded to async-std and async-native-tls. There are other options for async runtimes and TLS libraries. Are you open to adding features to support them? I would be proposing sth similiar to async-tungstenite:
- Async Runtimes:
async-std-runtime
,tokio-runtime
, maybegio-runtime
- TLS libraries:
async-tls
,async-native-tls
,tokio-tls
, maybetokio-rustls
I would be open to implementing this when I have time if you are not opposed.
Same thing for async-smtp.
Metadata
Metadata
Assignees
Labels
No labels