Pure Rust protobuf toolkit (no protoc)
OxiProto CLI: compile .proto files to plain Rust structs without protoc
Pure Rust protobuf code generator from FileDescriptorSet to Rust structs/enums
Pure Rust protobuf core types
Well-Known Types interop for OxiProto
Runtime protobuf reflection for OxiProto via prost-reflect
Pure Rust .proto → Rust codegen (no protoc required)
Canonical Protobuf-JSON mapping for OxiProto (camelCase, base64 bytes, RFC3339 timestamps)
gRPC server reflection (v1 + v1alpha) wrapper for OxiRPC
Pure-Rust gRPC facade — client + server + no-protoc codegen
Build-time proto compiler for OxiRPC — no protoc required
Core types and error for OxiRPC