Quick Validation
Overview
For fast feedback during development:
bash
# Run all Rust tests (unit + integration + E2E + conformance)
make test
# or equivalently:
cargo test --workspaceFor a quick compilation sanity check (verifies NEF magic bytes and manifest structure):
bash
bash examples/test_compilation.sh