| Crates.io | re_redap_tests |
| lib.rs | re_redap_tests |
| version | 0.29.0-alpha.7 |
| created_at | 2025-10-14 11:07:46.421042+00 |
| updated_at | 2026-01-23 15:57:19.787882+00 |
| description | Official test suite for the Rerun Data Protocol |
| homepage | https://rerun.io |
| repository | https://github.com/rerun-io/rerun |
| max_upload_size | |
| id | 1882049 |
| size | 333,595 |
Part of the rerun family of crates.
Official test suite for the Rerun Data Protocol ("redap").
This test suite is specifically focused on the redap layer.
In particular it aims to cover what our API's *.proto files leave implicit.
This includes at least:
As such, it is implemented to be as close as possible to the actual API boundary, aka the (incorrectly named) RerunCloudService trait.
re_redap_client::ConnectionClient or the Python SDK.This crate provides the test suite, but it requires an actual implementation of the server in order to run these tests. To use the OSS rerun server to perform these tests use the following command
cargo test -p re_server --all-features