40 releases (4 breaking)

Uses new Rust 2024

0.24.0-alpha.1 May 14, 2025
0.23.3 May 26, 2025
0.23.1 Apr 25, 2025
0.22.1 Feb 20, 2025
0.20.2 Nov 28, 2024

#788 in Database interfaces

Download history 3227/week @ 2025-02-04 1560/week @ 2025-02-11 4020/week @ 2025-02-18 3577/week @ 2025-02-25 8063/week @ 2025-03-04 11821/week @ 2025-03-11 8603/week @ 2025-03-18 7445/week @ 2025-03-25 8560/week @ 2025-04-01 9323/week @ 2025-04-08 9989/week @ 2025-04-15 10106/week @ 2025-04-22 5940/week @ 2025-04-29 6876/week @ 2025-05-06 7413/week @ 2025-05-13 3986/week @ 2025-05-20

25,995 downloads per month
Used in 53 crates (6 directly)

MIT/Apache

1.5MB
25K SLoC

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.


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.

Dependencies

~28–43MB
~703K SLoC