Simple example rust application to show how to use vsock to make grpc client and server communication possible.
This is inspired from the unix domain socket example but I didnt find a single example showing this for vsock in rust.
So here you go with a working example.