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
// TODO(andreas): Move tensor utilities to a tensor specific crate?

mod image_stats;
mod tensor_stats;

pub use image_stats::ImageStats;
pub use tensor_stats::TensorStats;