re_viewer_context 0.31.2

Rerun viewer state that is shared with the viewer's code components.
Documentation
1
2
3
4
5
6
7
mod color;
mod text;
mod video;

pub use color::{auto_color_egui, auto_color_for_entity_path};
pub use text::level_to_rich_text;
pub use video::{video_stream_time_from_query, video_timestamp_component_to_video_time};