post-cortex-proto
Protobuf + tonic-generated wire types for post-cortex.
Single source of truth for the post-cortex gRPC schema (pcx.v1). External Rust gRPC clients can depend on this crate alone — it pulls prost, prost-types, and tonic (with default transport features), but not the post-cortex-daemon server runtime or rmcp.
Install
[]
= "0.2"
Example
use PostCortexClient;
use HealthRequest;
async
License
MIT — see LICENSE.