Expand description
Protobuf + tonic-generated wire types for post-cortex.
Single source of truth for the post-cortex gRPC schema. Downstream
gRPC clients can depend on this crate alone — they pull prost,
prost-types, and tonic (with its default transport features),
but not the post-cortex-daemon server runtime or rmcp.
§Public surface
The pb module re-exports everything generated from
proto/pcx.proto (package pcx.v1). For convenience the most
frequently used wire types are also re-exported at the crate root —
see the top-level pub use pb::* below.
§Stability
Breaking changes to the proto schema are breaking changes to this
crate. SemVer applies normally; consumers should pin a minor version
(= "0.x") until 1.0.
Modules§
- pb
- Tonic-generated bindings for the
pcx.v1proto package.