## Shortcuts

while developing zink, you may find the shortcuts below helpful:

```bash
# Clippy all packages
cargo cc

# Run all tests
cargo tt

# Build all examples
cargo be

# Run tests for examples
cargo te
```

They are layout in [`/.cargo/config.toml`](https://github.com/zink-lang/zink/blob/main/.cargo/config.toml)