feat(proto): hermetic protobuf codegen pipeline (protox + prost) #122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patman/proto-codegen"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR 1 of 3 in the protobuf codegen series (next: proto-grpc-link). Adds proto/ schema root (kgroo.v1 geometry+motion), the kgroo-proto-gen tool (protox -> FileDescriptorSet -> prost-build, no system protoc), Buck2 genrule + mapped_srcs wiring, cargo build.rs twin for rust-analyzer, and the kgroo-proto wire-type crate with roundtrip + proptest coverage. Review focus: genrule/mapped_srcs pattern, fixup hygiene, jerk-primary schema shape.