22 releases

0.22.0 Feb 6, 2025
0.22.0-alpha.2 Feb 5, 2025
0.21.0 Dec 18, 2024
0.20.3 Dec 3, 2024
0.20.2 Nov 28, 2024

#1381 in Network programming

Download history 257/week @ 2024-11-08 646/week @ 2024-11-15 282/week @ 2024-11-22 370/week @ 2024-11-29 204/week @ 2024-12-06 871/week @ 2024-12-13 897/week @ 2024-12-20 492/week @ 2024-12-27 942/week @ 2025-01-03 2998/week @ 2025-01-10 2536/week @ 2025-01-17 2643/week @ 2025-01-24 3642/week @ 2025-01-31 1694/week @ 2025-02-07

10,718 downloads per month
Used in 44 crates (4 directly)

MIT/Apache

495KB
10K 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.

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
~586K SLoC