Cargo Features

re_sdk_comms has no features set by default.

[dependencies]
re_sdk_comms = { version = "0.15.1", features = ["client", "server"] }
client

Enable the client (SDK-side).

Enables encoder of re_log_encoding

server = rand, tokio

Enable the server.

Enables decoder of re_log_encoding

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand server?

Enables rand

Optional dependencies:

We use rand for the congestion manager

tokio server?