18 releases

new 0.21.0-rc.5 Dec 17, 2024
0.21.0-rc.1 Dec 16, 2024
0.20.3 Dec 3, 2024
0.20.2 Nov 28, 2024

#1401 in Network programming

Download history 348/week @ 2024-11-11 693/week @ 2024-11-18 248/week @ 2024-11-25 313/week @ 2024-12-02 270/week @ 2024-12-09

1,541 downloads per month
Used in 5 crates (via re_grpc_client)

MIT/Apache

85KB
1.5K SLoC

re_protos

Part of the rerun family of crates.

Latest version Documentation MIT Apache

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–8MB
~70K SLoC