Re-exports§
pub use eframe;
pub use egui;
pub use re_chunk;
pub use re_chunk_store;
pub use re_data_ui;
pub use re_entity_db;
pub use re_log;
pub use re_log_types;
pub use re_memory;
pub use re_renderer;
pub use re_types;
pub use re_ui;
pub use re_viewer_context;
pub use re_viewport;
Modules§
- Welcome to arrow2’s documentation. Thanks for checking it out!
- Tools for concurrent programming.
- A chunk of Rerun data, encoded using Arrow. Used for logging, transport, storage and compute.
- The Rerun chunk store, implemented on top of Apache Arrow using the
arrow2
crate. - This is how we store and index logging data.
- Crate that handles encoding of rerun log types.
- The different types that make up the rerun log format.
- Rerun Space View utilities
- The core types and traits that power Rerun’s Blueprint sub-system.
- Rerun GUI theme and helpers, built around
egui
.