[go: up one dir, main page]

Crate re_data_store

source ·
Expand description

This is how we store and index logging data.

Feature flags

  • serde — Enable (de)serialization using serde.

Re-exports

pub use log_db::LogDb;
pub use entity_properties::*;
pub use entity_tree::*;

Modules

Structs

The name of an entity component, e.g. pos or color.
camera / "left" / points / #42
The path to either a specific instance of an entity, or the whole entity (splat).
Hashes of the components of an InstancePath.
A 64-bit number describing either nanoseconds OR sequence numbers.
A time frame/space, e.g. log_time or frame_nr, coupled with the type of time it keeps.

Enums

The different parts that make up an EntityPath.
The errors that can occur when misusing the data store.
The key of a table.
A query in time.

Type Definitions