Crates.io | envoy-dynamic-modules-rust-sdk |
lib.rs | envoy-dynamic-modules-rust-sdk |
version | 0.1.1 |
source | src |
created_at | 2024-07-31 20:11:54.80071 |
updated_at | 2024-08-02 16:23:27.880279 |
description | Envoy Proxy Dynamic Modules Rust SDK |
homepage | |
repository | https://github.com/mathetake/envoy-dynamic-modules |
max_upload_size | |
id | 1321300 |
size | 123,823 |
This is the Rust SDK for the Envoy dynamic modules. The modules are shared libraries that can be loaded by the Envoy to extend HTTP filtering capabilities.
This SDK facilitates the creation of Rust-based shared libraries that can be loaded at multiple HTTP filter chain in Envoy configuration. See the example for more details.