EItanya / envoy-ext-proc-stubs-rust

Server stubs for the Envoy ext_proc gRPC protocol for use in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Server stubs for the Envoy ext_proc gRPC protocol for use in Rust

License:MIT License


Languages

Language:Rust 88.2%Language:Python 10.5%Language:Dockerfile 1.3%