Goal
Set up basic Rust project structure with both Cargo and Bazel build systems
Tasks
Deliverables
✅ cargo build succeeds
✅ bazel build //... succeeds
✅ ISLE compiler generates Rust code
References
- docs/source/requirements/build_systems.rst
- docs/MINIMAL_EXAMPLE_PLAN.md
Goal
Set up basic Rust project structure with both Cargo and Bazel build systems
Tasks
Deliverables
✅ cargo build succeeds
✅ bazel build //... succeeds
✅ ISLE compiler generates Rust code
References