Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Path<BuildDir> -> File<Cargo.toml>
Detect IDE-forced in-source CMake build directories to conditionally relocate generated Cargo workspace configurations to the source root.
Problem it solves
IDE-enforced CMake build directories conflict with Rust Cargo's expectation of root-level project files, breaking developer tooling.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.