cdrs
cdrs copied to clipboard
rust-tls feature seemingly unusable
Hi!
First off, thank you for a great library. I saw that support for rustls
was recently added to cdrs - however, it seems that a crucial part is missing to be able to use it.
Unless I'm overlooking anything, it's currently not actually possible to construct a session to connect using it, as there's no new_rusttls
(or similar) method available in session.rs to use the RustlsConnectionPool
.
Is there any way to use this or does such a method need to be added?
@MayaWolf 🙁 It should be added to session. I don't understand why it wasn't. Anyway, I can assign myself to this issue unless you'd like to try. Please let me know.
Is there a workaround? How to create a session?