Expand description
Re-exports of other crates.
Re-exports§
pub use anyhow;pub use arrow;pub use ::re_build_info;pub use ::re_entity_db;pub use ::re_format;pub use ::re_format_arrow;pub use re_data_source;pub use clap;pub use re_viewer;pub use re_types;
Modules§
- crossbeam
- Tools for concurrent programming.
- ecolor
- Color conversions and types.
- eframe
- eframe - the
eguiframework crate - glam
- glam
- image
- Overview
- log
- A lightweight logging facade.
- ndarray
- The
ndarraycrate provides an n-dimensional container for general elements and for numerics. - nohash_
hasher - re_
byte_ size - Calculate the heap-allocated size of values at runtime.
- re_
chunk - A chunk of Rerun data, encoded using Arrow. Used for logging, transport, storage and compute.
- re_
chunk_ store - The Rerun chunk store, implemented on top of Apache Arrow
using the
arrowcrate. - re_
data_ loader - Handles loading of Rerun data from file using data loader plugins.
- re_
data_ ui - Rerun Data Ui
- re_
entity_ db - This is how we store and index logging data.
- re_
grpc_ client - Communications with an Rerun Data Platform gRPC server.
- re_
grpc_ server - Server implementation of an in-memory Storage Node.
- re_log
- Text logging (nothing to do with rerun logging) for use in rerun libraries.
- re_
log_ encoding - Crate that handles encoding of rerun log types.
- re_
log_ types - The different types that make up the rerun log format.
- re_
memory - Run-time memory tracking and profiling.
- re_
query - Caching datastructures for
re_query. - re_
renderer - Rerun’s renderer.
- re_
types - The standard Rerun data types, component types, and archetypes.
- re_
types_ core - The core types and traits that power Rerun’s data model.
- re_ui
- Rerun GUI theme and helpers, built around
egui. - re_
viewer_ context - Rerun Viewer context
- re_
viewport - Rerun Viewport Panel
- uuid
- Generate and parse universally unique identifiers (UUIDs).