19 releases
0.21.0 | Dec 18, 2024 |
---|---|
0.21.0-rc.5 | Dec 17, 2024 |
0.20.3 | Dec 3, 2024 |
0.20.2 | Nov 28, 2024 |
#1285 in Network programming
4,363 downloads per month
Used in 48 crates
(5 directly)
85KB
1.5K
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-protos
.
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
~0.5–8.5MB
~70K SLoC