mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-25 03:50:29 +01:00
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