Expand description
Protobuf types and conversions for InferaDB Ledger.
This crate provides:
- Generated protobuf types and gRPC service traits (
proto) - Bidirectional conversions between domain types and proto types (
convert)
§Architecture
Extracted from the raft crate so that consumers needing only wire-format
types (e.g., the SDK) can avoid pulling in Raft consensus internals.
Modules§
- convert
- Bidirectional conversions between domain and protobuf types. Centralized proto conversion functions.
- proto
- Generated protobuf types and service traits.
Constants§
- FILE_
DESCRIPTOR_ SET - Serialized
FileDescriptorSetfor gRPC reflection (pre-generated for crates.io).