A simple example using gRPC between Rust and Swift.
brew install swift-protobuf grpc-swift
cd rust && cargo build
cd swift && swift build
While there is more than just this, this is the key example.
- Start the gRPC server:
cd rust && cargo run --bin helloworld-server
- Send a message from the Swift client:
cd swift && swift run Client <name>