Hi, Maybe this is a silly question: but is it possible to use grpc-rs with plain C based Protocol Buffers ? e.g. https://github.com/nanopb/nanopb (for memory restricted system). https://github.com/protobuf-c/protobuf-c I think the output of those library are just C's struct, is it possible to use grpc-rs with these struct to achieve network communication? Thanks!