This example demonstrates how to use [`ChunkStoreSubscriber`]s and [`ChunkStoreEvent`]s to implement both custom secondary indices and trigger systems. Usage: ```sh # Start the Rerun Viewer with our custom view in a terminal: $ cargo r -p custom_store_subscriber # Log any kind of data from another terminal: $ cargo r -p objectron -- --connect ```