Module external

Source
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 egui framework crate
glam
glam
image
Overview
log
A lightweight logging facade.
ndarray
The ndarray crate 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 arrow crate.
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).