This is a standalone Cargo project.
Do not rely on root workspace validation for this directory.
Run from this directory after every Rust code change:
cargo fmt --all
cargo clippy --all-targets -- -D warnings- Run only the affected tests or examples by default.
- Do not run all examples by default unless the change is broad.
cargo build --example example_name
cargo test
cargo test some_test_name