Crate re_data_source

Source
Expand description

Handles different ways of loading Rerun data, e.g.:

  • Over HTTPS
  • Over gRPC
  • From disk

Also handles different file types: rrd, images, text files, 3D models, point clouds…

Structs§

FileContents
The contents of a file.

Enums§

DataSource
Somewhere we can get Rerun data from.
DataSourceCommand
StreamSource