Crate rerun::external::re_chunk

source ·
Expand description

A chunk of Rerun data, encoded using Arrow. Used for logging, transport, storage and compute.

§Feature flags

  • serde — Enable (de)serialization using serde.
  • arrow — Enable conversion to and from arrow-rs types

Modules§

Structs§

Enums§

Traits§

  • A trait representing an immutable Arrow array. Arrow arrays are trait objects that are infallibly downcasted to concrete types according to the Array::data_type.

Type Aliases§