summaryrefslogtreecommitdiff
path: root/docs/markdown/Rust.md
AgeCommit message (Collapse)Author
2022-09-12rust: Generate a rust-project.json file when rust targets are presentDylan Baker
When at least one Rust target is present, we now generate a rust-project.json file, which can be consumed by rust-analyzer. This is placed in the build directory, and the editor must be configured to look for this (as it is not a default search path).
2022-06-27docs: fix broken link to structured sourcesEli Schwartz
We used the wrong spelling for both the object and the function. Link to both, once in the description and once in the example code.
2022-03-22docs/rust: fix markdown titleDylan Baker
VSCode is perfectly happy with the trailing `---`, hotdoc only likes `...` apparently.
2022-03-07docs: Add a document on using Rust in MesonDylan Baker
This is hardly complete, but it's a start.