gRPC Load Balancing in Rust
In the first post in our open source series, we share our solution for gRPC client-side load balancing in Rust, using ginepro. (more…)
Read more »
The Rust Programming Language is the official book on Rust; a community-developed, systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Rust’s memory safety guarantees, enforced at compile time, safeguar… Read more