24 releases
new 0.22.1 | Feb 20, 2025 |
---|---|
0.22.1-rc.1 | Feb 19, 2025 |
0.21.0 | Dec 18, 2024 |
0.20.3 | Dec 3, 2024 |
0.20.2 | Nov 28, 2024 |
#1303 in Network programming
9,766 downloads per month
Used in 45 crates
(4 directly)
495KB
10K
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
.
It also includes helpers for converting between the generated protobuf types and native Rust types.
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
~25–36MB
~593K SLoC