Skip to content

Split game engine and CLI into workspace crates#16

Merged
DennisLent merged 1 commit intomainfrom
codex/split-rust-cli-project-into-cargo-workspace
Aug 2, 2025
Merged

Split game engine and CLI into workspace crates#16
DennisLent merged 1 commit intomainfrom
codex/split-rust-cli-project-into-cargo-workspace

Conversation

@DennisLent
Copy link
Copy Markdown
Owner

Summary

  • reorganize into a Cargo workspace with separate rusty_runways_core and rusty_runways_cli crates
  • move all engine code to crates/core and re-export Game
  • move CLI and readline code to crates/cli depending on the core crate
  • document workspace layout and build/test instructions

Testing

  • cargo build
  • cargo test

https://chatgpt.com/codex/tasks/task_e_688defb8731c8320b06deb1379243c7b

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.92%. Comparing base (ae1eae5) to head (ef4cc71).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   54.15%   54.92%   +0.77%     
==========================================
  Files          15       18       +3     
  Lines         759      772      +13     
==========================================
+ Hits          411      424      +13     
  Misses        348      348              
Flag Coverage Δ
rust 54.92% <ø> (+0.77%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DennisLent DennisLent merged commit c829f46 into main Aug 2, 2025
4 checks passed
@DennisLent DennisLent deleted the codex/split-rust-cli-project-into-cargo-workspace branch August 2, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant