@@ -99,11 +99,11 @@ Of course, this will only take us so far. In the future we plan on caching queri
9999Here is an overview of the crates included in the project:
100100
101101<picture >
102- <img src =" https://static.rerun.io/crates/6c9a072dd87630c7fb0085b09d46168c5fd4249c /full.png " alt =" " >
103- <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/crates/6c9a072dd87630c7fb0085b09d46168c5fd4249c /480w.png " >
104- <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/crates/6c9a072dd87630c7fb0085b09d46168c5fd4249c /768w.png " >
105- <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/crates/6c9a072dd87630c7fb0085b09d46168c5fd4249c /1024w.png " >
106- <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/crates/6c9a072dd87630c7fb0085b09d46168c5fd4249c /1200w.png " >
102+ <img src =" https://static.rerun.io/crates/9ff35e6610b4636dcb4a20c856f12e9b2161cb6d /full.png " alt =" " >
103+ <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/crates/9ff35e6610b4636dcb4a20c856f12e9b2161cb6d /480w.png " >
104+ <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/crates/9ff35e6610b4636dcb4a20c856f12e9b2161cb6d /768w.png " >
105+ <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/crates/9ff35e6610b4636dcb4a20c856f12e9b2161cb6d /1024w.png " >
106+ <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/crates/9ff35e6610b4636dcb4a20c856f12e9b2161cb6d /1200w.png " >
107107</picture >
108108
109109<!-- !!! IMPORTANT!!!
@@ -197,7 +197,7 @@ Update instructions:
197197### Data flow
198198
199199| Crate | Description |
200- | ---------------------- | -------------------------------------------------------------------|
200+ | --------------------- | -------------------------------------------------------------------|
201201| re_redap_client | Official client for the Rerun Data Protocol |
202202| re_redap_tests | Official test suite for the Rerun Data Protocol |
203203| re_data_loader | Handles loading of Rerun data from file using data loader plugins |
@@ -218,30 +218,31 @@ Update instructions:
218218
219219### Utilities
220220
221- | Crate | Description |
222- | ------------------ | ------------------------------------------------------------------------------------ |
223- | re_analytics | Rerun's analytics SDK |
224- | re_arrow_util | Helpers for working with arrow |
225- | re_auth | Authentication and authorization helpers |
226- | re_byte_size | Calculate the heap-allocated size of values at runtime |
227- | re_capabilities | Capability tokens |
228- | re_case | Case conversions, the way Rerun likes them |
229- | re_crash_handler | Detect panics and signals, logging them and optionally sending them to analytics. |
230- | re_error | Helpers for handling errors. |
231- | re_format | Miscellaneous tools to format and parse numbers, durations, etc. |
232- | re_int_histogram | A histogram with ` i64 ` keys and ` u32 ` counts, supporting both sparse and dense uses. |
233- | re_log | Helpers for setting up and doing text logging in the Rerun crates. |
234- | re_mcap | Convert MCAP into Rerun-compatible data. |
235- | re_memory | Run-time memory tracking and profiling. |
236- | re_perf_telemetry | In and out of process performance profiling utilities for Rerun & Redap |
237- | re_ros_msg | Parsing and deserializing ROS messages |
238- | re_smart_channel | A channel that keeps track of latency and queue length. |
239- | re_span | An integer range that always has a non-negative length |
240- | re_string_interner | Yet another string interning library |
241- | re_tracing | Helpers for tracing/spans/flamegraphs and such. |
242- | re_tuid | 128-bit Time-based Unique Identifier |
243- | re_uri | Parsing and constructing of Rerun URIs |
244- | re_video | Video decoding library |
221+ | Crate | Description |
222+ | -------------------- | ------------------------------------------------------------------------------------ |
223+ | re_analytics | Rerun's analytics SDK |
224+ | re_arrow_combinators | Type-safe, composable transformations for Arrow arrays |
225+ | re_arrow_util | Helpers for working with arrow |
226+ | re_auth | Authentication and authorization helpers |
227+ | re_byte_size | Calculate the heap-allocated size of values at runtime |
228+ | re_capabilities | Capability tokens |
229+ | re_case | Case conversions, the way Rerun likes them |
230+ | re_crash_handler | Detect panics and signals, logging them and optionally sending them to analytics. |
231+ | re_error | Helpers for handling errors. |
232+ | re_format | Miscellaneous tools to format and parse numbers, durations, etc. |
233+ | re_int_histogram | A histogram with ` i64 ` keys and ` u32 ` counts, supporting both sparse and dense uses. |
234+ | re_log | Helpers for setting up and doing text logging in the Rerun crates. |
235+ | re_mcap | Convert MCAP into Rerun-compatible data. |
236+ | re_memory | Run-time memory tracking and profiling. |
237+ | re_perf_telemetry | In and out of process performance profiling utilities for Rerun & Redap |
238+ | re_ros_msg | Parsing and deserializing ROS messages |
239+ | re_smart_channel | A channel that keeps track of latency and queue length. |
240+ | re_span | An integer range that always has a non-negative length |
241+ | re_string_interner | Yet another string interning library |
242+ | re_tracing | Helpers for tracing/spans/flamegraphs and such. |
243+ | re_tuid | 128-bit Time-based Unique Identifier |
244+ | re_uri | Parsing and constructing of Rerun URIs |
245+ | re_video | Video decoding library |
245246
246247### Test crates
247248
0 commit comments