From 8188db5bc00da0b9d3e6665ff399153221175ad0 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:05:50 +0100 Subject: [PATCH] update: practical_grpc slides --- docs/practical_grpc.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/docs/practical_grpc.md b/docs/practical_grpc.md index 3388c9d..354dcd4 100644 --- a/docs/practical_grpc.md +++ b/docs/practical_grpc.md @@ -11,39 +11,18 @@ + Ingredients to build a gRPC API + Defining our API with Protocol Buffers - + Defining a request - + Defining a response - + About backwards compatibility - + Defining a service + Generate a Rust library - + Manual project setup - + Build script - + Exposing a library + CI & Release flow - + The Buf tool - + Checking for breaking changes - + How to release - +