feat: add target repo examples and file layout guidance

This commit is contained in:
2026-04-29 21:55:22 +08:00
parent c507e52dc1
commit 5c80bc12fd
17 changed files with 253 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
# Project Map
## Main structure
- root crate or workspace declared in `Cargo.toml`
- `src/main.rs` or `src/lib.rs` as primary entrypoints
- `crates/` for workspace members where applicable
## Notes
- Distinguish unit tests from integration tests
- Check whether feature flags alter build or test behavior