Example tarpc service that encodes messages with bincode written to a TLS-over-TCP transport.
Certs were generated with openssl 3 using https://github.com/rustls/rustls/tree/main/test-ca
New dependencies:
- tokio-rustls to set up the TLS connections
- rustls-pemfile to load certs from .pem files