Rust-native-tls ClientConfig

Hi, I would like to implement a native-tls feature for rumqtt, which looks like this:

https://github.com/bytebeamio/rumqtt/blob/f94e554d95cff307d7adb1ebbffff0f836ffbcb3/rumqttc/src/tls.rs#L37-L83

While checking native-tls's documentation, I didn't find a way to do similar thing. Any idea on how to do this?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.