## 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.