Demonstrates how to log data to standard output with the Rerun SDK, and then visualize it from standard input with the Rerun Viewer. To build it from a checkout of the repository (requires a Rust toolchain): ```bash cmake . cmake --build . --target example_stdio echo 'hello from stdin!' | ./examples/cpp/stdio/example_stdio | rerun - ```