re_server 0.34.0-rc.2

A Rerun server implementation backed by an in-memory store
1
2
3
4
5
6
7
use re_types_core::LayerClass;

pub struct LayerInfo {
    pub name: re_types_core::LayerName,
    pub layer_class: LayerClass,
    // In the future we could add date_created etc here.
}