docs: add project architecture section to README - #289
Conversation
Signed-off-by: Radhika Korade<koraderadhika881@gmail.com>
PR Check Summary
CI will run: build, test, clippy, fmt, cargo-deny, DCO, semver. |
|
Warning Review limit reached
Next review available in: 39 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThe README was updated with a new "project architecture" section describing the Cargo workspace layout, including a bullet list of key directories and a directory tree. A trailing blank line was also added after the license text. ChangesREADME documentation update
Estimated code review effort: 1 (Trivial) | ~2 minutes Related issues: Suggested labels: documentation Suggested reviewers: 🐰 A rabbit hops through docs anew, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Signed-off-by: Radhika Korade <koraderadhika881@gmail.com>
What
Adds a new "Project Architecture" section to README.md, briefly explaining
the purpose of
crates/,tests/,examples/,docs/,benches/, andscripts/, plus a simple repository tree diagram.Why
The README currently covers vision, goals, and tech stack, but gives new
contributors no overview of how the repo is structured, making it harder to
know where to start. Closes #282.
How
Inserted the new section between
## what's comingand## status, matchingthe existing README's lowercase header style and plain bullet formatting.
No code was changed — this is a documentation-only edit.
Checklist
cargo test --workspacepasses — N/A, no code changedcargo clippy --workspace -- -D warningspasses — N/A, no code changedcargo fmt --allapplied — N/A (Markdown file, not applicable, unchanged)CHANGELOG.mdupdated (if user-facing change) — not applicable, internal docs addition onlySummary by CodeRabbit