Expand description
The Rerun SDK
Feature flags
Modules
- These are the different components you can log.
- Coordinate system helpers, for use with
components::ViewCoordinates
. - This module contains utilities to support Rerun examples.
- Re-exports of other crates.
- Things directly related to logging.
- Different destinations for log messages.
- Time-related types.
Structs
- The user-chosen name of the application doing the logging.
- The name of an entity component, e.g.
pos
orcolor
. camera / "left" / points / #42
- Facilitates building and sending component payloads with the Rerun SDK.
- A unique id per recording (a stream of
LogMsg
es). - A
RecordingStream
handles everything related to logging data into Rerun. - Construct a
RecordingStream
.
Enums
- Errors that can occur when constructing or sending messages using
MsgSender
. - What type of
Recording
this is.
Traits
- A type that can used as a Component of an Entity.
- A
Component
that fulfils all the conditions required to be serialized as an Arrow payload.
Functions
- Checks the
RERUN
environment variable. If not found, returns the argument. - The default address of a Rerun TCP server which an SDK connects to.
- Creates a new
re_log_types::RecordingInfo
which can be used withRecordingStream::new
.