Skip to content

Phase 1: Project Setup and Build Systems #1

@avrabe

Description

@avrabe

Goal

Set up basic Rust project structure with both Cargo and Bazel build systems

Tasks

  • Create Cargo workspace (loom-core, loom-cli, loom-isle)
  • Set up Bazel WORKSPACE with rules_rust
  • Create BUILD files for each crate
  • Configure ISLE compiler integration (build.rs and genrule)
  • Test ISLE compilation works

Deliverables

✅ cargo build succeeds
✅ bazel build //... succeeds
✅ ISLE compiler generates Rust code

References

  • docs/source/requirements/build_systems.rst
  • docs/MINIMAL_EXAMPLE_PLAN.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions