Other RPC frameworks

There are other RPC protocols, such as Cap'n Proto, XML-RPC, and even vintage SOAP. Some have implementations for Rust, but I recommend considering choosing between JSON-RPC, gRPC, and Thrift, because they are the most commonly used for microservices.