cc-lb-plugin-wire 0.1.0

cc-lb plugin wire format — handshake and shared types between cc-lb host and plugins.
Documentation
1
2
3
4
5
//! v3 extends v2 with filter-specific wire types for candidate filtering logic.

pub mod filter;

pub use filter::{FilterRequest, FilterResponse, PerCandidateReasonWire};