liveplot 1.0.0

Realtime interactive plotting library using egui/eframe, with optional gRPC and Parquet export support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Checking compilation

After writing code, you MUST check if it compiles by running:

```bash
cargo check --all-features --all-targets --examples
```

If that produces any errors, you MUST fix before proceeding.

You SHOULD perform intermediate checks while writing code.