Replies: 1 comment
-
Hi. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used https://docs.rs/mysql_async/latest/mysql_async/struct.SslOpts.html to setup my call. But the path to the cert will be different depending on where we run it (locally, deployed). We would like to use a variable. But I can't figure out how to pass in a variable with static lifetime without leaking memory. Is that the expectation of the API? Is there a way to not use static lifetimes?
Thanks for any recommendations.
Beta Was this translation helpful? Give feedback.
All reactions