msg-rs
msg-rs copied to clipboard
feat(transport): TCP-TLS
Closes #92.
The code is unaware whether mTLS is enabled or not, that is configured in the TLS Acceptors/Connectors provided.
I'd like to add an example in the examples folder, but that would be a complete duplicate of the explanatory integration test provided. Any suggestion?
IIRC rust docs include links to examples (and doc tests) if it finds the usage in the example code, so it can double as an example and also doc test
Also, I don't mind copied code if it can serve as an example @thedevbirb