Skip to content

[codex] Modularize large Rust surfaces#254

Merged
yvette-carlisle merged 2 commits into
mainfrom
xy/split-large-modules
Jun 29, 2026
Merged

[codex] Modularize large Rust surfaces#254
yvette-carlisle merged 2 commits into
mainfrom
xy/split-large-modules

Conversation

@yvette-carlisle

Copy link
Copy Markdown
Member

Summary

  • Split large Rust entrypoint files into normal Rust modules with narrower ownership boundaries.
  • Move tests, DTOs, route groups, service logic, storage helpers, and benchmark helpers behind module entrypoints instead of keeping them in monolithic files.
  • Preserve existing public surfaces through explicit module exports and visibility where needed.

Validation

  • cargo make fmt-rust-check
  • cargo make check-rust
  • cargo make test-rust (nextest run 1cf97654-ee96-41a5-afde-b58de64fafd6: 370 passed, 92 skipped)
  • git diff --cached --check

@yvette-carlisle yvette-carlisle merged commit 1661d0a into main Jun 29, 2026
12 checks passed
@yvette-carlisle yvette-carlisle deleted the xy/split-large-modules branch June 29, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant