Skip to content

Gate runtimes / TLS behind features #27

Closed
@amesgen

Description

@amesgen

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, maybe gio-runtime
  • TLS libraries: async-tls, async-native-tls, tokio-tls, maybe tokio-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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions