re_protos 0.20.1

Rerun remote gRPC/protobuf API types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# re_protos

Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.

[![Latest version](https://img.shields.io/crates/v/re_protos.svg)](https://crates.io/crates/re_protos)
[![Documentation](https://docs.rs/re_protos/badge.svg)](https://docs.rs/re_protos)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

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-rstore`.