Crate re_log_encoding

Source
Expand description

Crate that handles encoding of rerun log types.

Modules§

codec
decoder
Decoding LogMsg:es from .rrd files/streams.
encoder
Encoding of LogMsges as a binary stream, e.g. to store in an .rrd file, or send over network.
legacy
Legacy types for old MsgPack .rrd loader
protobuf_conversions
stream_rrd_from_http

Structs§

EncodingOptions
FileSink
Stream log messages to an .rrd file.

Enums§

Compression
Compression format used.
FileSinkError
Errors that can occur when creating a FileSink.
OptionsError
On failure to decode EncodingOptions
Serializer
How we serialize the data