envoy-ext-proc-stubs

Crates.ioenvoy-ext-proc-stubs
lib.rsenvoy-ext-proc-stubs
version0.1.1
sourcesrc
created_at2022-12-27 18:52:37.449389
updated_at2023-01-11 00:51:56.06333
descriptionPre-compiled gRPC client and server stubs for the Envoy ext_proc protocol
homepage
repository
max_upload_size
id746386
size4,294,343
Greg Brail (gbrail)

documentation

README

envoy-ext-proc-stubs

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.

Commit count: 0

cargo fmt