rerun-cli 0.28.0

Log images, point clouds, etc, and visualize them effortlessly
<h1 align="center">
  <a href="https://www.rerun.io/">
    <img alt="banner" src="https://user-images.githubusercontent.com/1148717/218142418-1d320929-6b7a-486e-8277-fbeef2432529.png">
  </a>
</h1>

<h1 align="center">
  <a href="https://crates.io/crates/rerun-cli">                         <img alt="Latest version" src="https://img.shields.io/crates/v/rerun-cli.svg">                            </a>
  <a href="https://docs.rs/rerun-cli">                                  <img alt="Documentation"  src="https://docs.rs/rerun-cli/badge.svg">                                      </a>
  <a href="https://github.com/rerun-io/rerun/blob/main/LICENSE-MIT">    <img alt="MIT"            src="https://img.shields.io/badge/license-MIT-blue.svg">                        </a>
  <a href="https://github.com/rerun-io/rerun/blob/main/LICENSE-APACHE"> <img alt="Apache"         src="https://img.shields.io/badge/license-Apache-blue.svg">                     </a>
  <a href="https://discord.gg/Gcm8BbTaAj">                              <img alt="Rerun Discord"  src="https://img.shields.io/discord/1062300748202921994?label=Rerun%20Discord"> </a>
</h1>

## Rerun command-line tool
You can install the binary with `cargo install rerun-cli --locked --features nasm`.

**Note**: this requires the [`nasm`](https://github.com/netwide-assembler/nasm) CLI to be installed and available in your path.
Alternatively, you may skip enabling the `nasm` feature, but this may result in inferior video decoding performance.

The `rerun` CLI can act either as a server, a viewer, or both, depending on which options you use when you start it.

Running `rerun` with no arguments will start the viewer, waiting for an SDK to connect to it over gRPC.

Run `rerun --help` for more.


## What is Rerun?
- [Examples]https://github.com/rerun-io/rerun/tree/latest/examples/rust
- [High-level docs]http://rerun.io/docs
- [Rust API docs]https://docs.rs/rerun/
- [Troubleshooting]https://www.rerun.io/docs/getting-started/troubleshooting


### Running a web viewer
```sh
rerun --web-viewer path/to/file.rrd
```