Skip to main content

Crate inferadb_ledger_proto

Crate inferadb_ledger_proto 

Source
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 FileDescriptorSet for gRPC reflection (pre-generated for crates.io).