Crate re_protos

source ·
Expand description

This crate contains generated types for the remote store gRPC service API. Generation is done using the re_protos_builder crate.

We want clear separation between ‘internal’ types and gRPC types and don’t want to use gRPC types in the rerun viewer codebase. That’s why we implement all the necessary conversion code (in the form of From and TryFrom traits) in this crate.

Modules§

  • Codec for serializing and deserializing query response (record batch) data
  • Generated types for the remote store gRPC service API v0.