google/flatbuffers

Tracking issue: Rust gRPC

Open

#4919 opened on Sep 5, 2018

View on GitHub
 (27 comments) (22 reactions) (0 assignees)C++ (25,952 stars) (3,564 forks)batch import
enhancementgrpchelp wantedrust

Description

built from master:

>~/src/flatbuffers/grpc/samples/greeter$ ../../../build/flatc --grpc --rust greeter.fbs
../../../build/flatc: warning: GRPC interface generator not implemented for Rust

I know Rust support is new so I wasn't expecting this right away but it would be cool. I use grpc-rs so I was looking for support for that crate but others use grpc-rust.

Contributor guide