This file applies to rocketmq-example/.
- This is a standalone Cargo project.
- Do not rely on root workspace validation for this directory.
Run from rocketmq-example/ 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.
Examples:
cargo build --example example_name
cargo test
cargo test some_test_name