# Rerun server
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/re_server)
[](https://docs.rs/re_server)


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.