envoy-sdk

Crates.ioenvoy-sdk
lib.rsenvoy-sdk
version0.2.0-alpha.1
sourcesrc
created_at2020-07-06 21:13:48.3402
updated_at2021-03-05 08:09:38.329444
descriptionRust SDK for WebAssembly-based Envoy extensions
homepage
repositoryhttps://github.com/tetratelabs/envoy-wasm-rust-sdk/
max_upload_size
id262095
size230,762
Yaroslav Skopets (yskopets)

documentation

README

Build Crate Docs License

Rust SDK for WebAssembly-based Envoy extensions

Convenience layer on top of the original proxy-wasm SDK that brings in structure and guidance for extension developers.

Components

How To

How to Set up Rust

rustup target add wasm32-unknown-unknown

How To Build

cargo build:wasm

How to Run unit tests

cargo test
Commit count: 83

cargo fmt