It’s surprisingly fast to mechanically convert my REST API to gRPC as the logic is already done and only a thin wrapper needs to be done for the app. Slowest part is getting the Rust server compiled. :)
#rust #grpc #fastapi #ios #etc