We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cf934 commit 2f04635Copy full SHA for 2f04635
src/doc/src/reference/external-tools.md
@@ -48,7 +48,11 @@ alter the way the JSON messages are computed and rendered. See the description
48
of the `--message-format` option in the [build command documentation] for more
49
details.
50
51
+If you are using Rust, the [cargo_metadata] crate can be used to parse these
52
+messages.
53
+
54
[build command documentation]: ../commands/cargo-build.md
55
+[cargo_metadata]: https://crates.io/crates/cargo_metadata
56
57
#### Compiler messages
58
0 commit comments