stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.38k stars 125 forks source link

Q: is it possible to use grpc-rust with C based Protocol Buffers? #199

Closed mw66 closed 1 year ago

mw66 commented 1 year ago

Hi,

Maybe this is a silly question: but is it possible to use grpc-rust with 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-rust with these struct to achieve network communication?

Thanks!

stepancheg commented 1 year ago

No, it can only be used with rust-protobuf.

Note this project is mostly abandoned.