cc-lb-runtime-protocol 0.1.0

cc-lb plugin protocol runtime — handshake, self-check, dispatch, identity, host functions for Extism plugins targeting the cc-lb host.
Documentation
1
2
3
4
5
6
7
8
9
#![forbid(unsafe_code)]

pub mod dispatch;
pub mod handshake;
pub mod host_functions;
pub mod identity;
pub mod self_check;

pub use handshake::{BuildPluginError, build_plugin};