[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

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

Type Definitions