| Crates.io | re_server |
| lib.rs | re_server |
| version | 0.25.1 |
| created_at | 2025-09-12 12:52:55.168836+00 |
| updated_at | 2025-09-19 09:12:14.103858+00 |
| description | A Rerun server implementation backed by an in-memory store |
| homepage | https://rerun.io |
| repository | https://github.com/rerun-io/rerun |
| max_upload_size | |
| id | 1835719 |
| size | 159,653 |
Part of the rerun family of crates.
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.