Crate re_log_types

source ·
Expand description

The different types that make up the rerun log format.

Feature flags

  • serde — Enable (de)serialization using serde.

Mono-components

Some components, mostly transform related ones, are “mono-components”. This means that Rerun makes assumptions that depend on this component only taking on a singular value for all instances of an Entity. Where possible, exposed APIs will force these components to be logged as a singular instance or a splat. However, it is an error with undefined behavior to manually use lower-level APIs to log a batched mono-component.

This requirement is especially apparent with transforms: Each entity must have a unique transform chain, e.g. the entity foo/bar/baz is has the transform that is the product of foo.transform * foo/bar.transform * foo/bar/baz.transform.

Re-exports

Modules

Macros

Structs

Enums

Constants

Traits

Functions

Type Aliases