Example of using the blueprint APIs to configure Rerun.
Running the example
# default blueprint
cargo run -p blueprint
# Don't send the blueprint
cargo run -p blueprint -- --skip-blueprint
# Automatically add views
cargo run -p blueprint -- --auto-views