re_server

Crates.iore_server
lib.rsre_server
version0.25.1
created_at2025-09-12 12:52:55.168836+00
updated_at2025-09-19 09:12:14.103858+00
descriptionA Rerun server implementation backed by an in-memory store
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id1835719
size159,653
rerun.io (rerunio)

documentation

README

Rerun server

Part of the rerun family of crates.

Latest version Documentation MIT Apache

In-memory opensource implementation of the Rerun server.

The goal for this crate is to support most of the same gRPC endpoints that our commercial Rerun Cloud service supports, but do so in-memory for maximum simplicity.

We use this internally for testing, but in the future it might be useful for users too.

This is (currently) NOT the server you get when running rerun --serve-grpc, though we hope to unify the two at some point.

Commit count: 4053

cargo fmt