Ben Chuanlong Du's Blog

It is never too late to learn.

Rust Backend Frameworks for gRPC APIs

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

tonic

tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act …

RPC Implementation in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

tonic

tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act …

Rust Crates for RPC

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

prost

prost is a Protocol Buffers implementation for the Rust Language. It helps generate simple, idiomatic Rust code from proto2 and proto3 files.