blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Allow specifying root certs and Client Identity as bytes rather than via a file #291

Closed blackbeam closed 4 months ago

blackbeam commented 4 months ago

This supersedes #288 because I don't have write access to the fork. The purpose is to add this feature to the rustls backend.