Crates.io | envoy-ext-proc-stubs |
lib.rs | envoy-ext-proc-stubs |
version | 0.1.1 |
source | src |
created_at | 2022-12-27 18:52:37.449389 |
updated_at | 2023-01-11 00:51:56.06333 |
description | Pre-compiled gRPC client and server stubs for the Envoy ext_proc protocol |
homepage | |
repository | |
max_upload_size | |
id | 746386 |
size | 4,294,343 |
This module contains the client and server stubs for Envoy's ext_proc protocol, generated and compiled for Rust, using Tonic as the gRPC implementation. These stubs are sufficient, if used with Tonic, to support a gRPC client or server that works with the ext_proc protocol.
The stubs build because they use git submodules in order to integrate with the four different GitHub repositories that house all the protobuf files needed to support the ext_proc protocol.
In order to build this crate, you'll need "protoc" installed on your machine. See the instructions.