Crate re_protos

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§

cloud
common
external
headers
log_msg
sdk_comms

Macros§

invalid_field
Create TypeConversionError::InvalidField
missing_field
Create TypeConversionError::MissingField

Enums§

TypeConversionError