/ .project_alt.json
.project_alt.json
1  {
2    "src/*.rs": { "alternate": "tests/{}_test.rs" },
3    "tests/*_test.rs": { "alternate": "src/{}.rs" }
4  }