307 B
307 B
Project Map
Main structure
- root crate or workspace declared in
Cargo.toml src/main.rsorsrc/lib.rsas primary entrypointscrates/for workspace members where applicable
Notes
- Distinguish unit tests from integration tests
- Check whether feature flags alter build or test behavior