Set up Phase 1 workspace crates#12
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe PR restructures the project from a single Rust package into a workspace containing two library crates. Root Cargo.toml becomes a workspace manifest with centralized metadata and lint rules. New crates/feder-vocab and crates/feder-core member manifests inherit shared configuration. feder-core re-exports feder-vocab as a public module. The old single-package main entry point is removed. ChangesWorkspace and Crate Layout Migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
crates/feder-coreandcrates/feder-vocabCloses #4.
Validation
cargo checkcargo fmt --checkmise run checkSummary by CodeRabbit