tonic-rpc icon indicating copy to clipboard operation
tonic-rpc copied to clipboard

Build RPCs on top of the tonic gRPC library by defining your types in Rust instead of proto.

Results 2 tonic-rpc issues
Sort by recently updated
recently updated
newest added

Is it possible to use tonic-rpc with [simd-json](https://github.com/simd-lite/simd-json) (with the serde_impl flag)? Does this require implementing a new codec similar to the existing JSON version or is there a way...

Hi, I was wondering if tonic and tonic-build dependencies could be imported with default-features = false. This way, the project could also build on wasm32-unknown-unknown target (tonic wouldn't bring in...