fluffysquirrels / mqtt-async-client-rs

An MQTT client written in Rust
MIT License
40 stars 16 forks source link

Support openssl for TLS #14

Open fluffysquirrels opened 4 years ago

fluffysquirrels commented 4 years ago

As would have been useful for #13.

Possible implemenation; a rustls feature flag (enabled by default) and an openssl feature flag (disabled by default) and a Connect trait with 2 implementations, 1 for each TLS library.