cc-lb-plugin-wire 0.1.1

cc-lb plugin wire format — handshake and shared types between cc-lb host and plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![no_std]

pub mod augmented_metadata;
pub mod guest;
pub mod handshake;
pub mod identity;
pub mod limits;
pub mod self_check;
#[path = "v1/mod.rs"]
pub mod v1;
pub mod v2;
pub mod v3;
pub mod wire_function;

pub use serde_json;