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