aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_project_json.md
blob: e87a7db331710ee5358a6c13dfe572624794e4a5 (plain)
1
2
3
4
5
## Generates rust-project.json when there are Rust targets

This is a format similar to compile_commands.json, but specifically used by the
official rust LSP, rust-analyzer. It is generated automatically if there are
Rust targets, and is placed in the build directory.