4 releases
new 0.20.0 | Nov 14, 2024 |
---|---|
0.20.0-alpha.3 | Nov 12, 2024 |
0.20.0-alpha.2 | Nov 11, 2024 |
#1691 in Network programming
476 downloads per month
Used in 5 crates
(via re_grpc_client)
420KB
8K
SLoC
re_protos
Part of the rerun
family of crates.
Rerun remote store node gRPC API service types (client and server).
This crate includes both the language-agnostic definitions (protobuf) as well as the generated code.
The code is generated with pixi run codegen-rstore
.
lib.rs
:
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.
Dependencies
~19–33MB
~534K SLoC