hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.35k stars 957 forks source link

Integration of flatbuffers #1672

Open immerhart opened 3 months ago

immerhart commented 3 months ago

Feature Request

Allow flatbuffers.

Motivation

Would be nice to be able to use flatbuffers for speed optimization. Nice to have: no code changes needed in the user code.