26 releases

new 0.23.0-alpha.2 Apr 10, 2025
0.23.0-alpha.1 Apr 7, 2025
0.22.1 Feb 20, 2025
0.21.0 Dec 18, 2024
0.20.2 Nov 28, 2024

#435 in Visualization

Download history 983/week @ 2024-12-19 477/week @ 2024-12-26 787/week @ 2025-01-02 3027/week @ 2025-01-09 2435/week @ 2025-01-16 2419/week @ 2025-01-23 3193/week @ 2025-01-30 2347/week @ 2025-02-06 2065/week @ 2025-02-13 4245/week @ 2025-02-20 4922/week @ 2025-02-27 9864/week @ 2025-03-06 11053/week @ 2025-03-13 8965/week @ 2025-03-20 6372/week @ 2025-03-27 9575/week @ 2025-04-03

38,168 downloads per month
Used in 49 crates (6 directly)

MIT/Apache

1MB
24K 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

~27–43MB
~683K SLoC