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 45d6014 commit f78441fCopy full SHA for f78441f
text/3502-cargo-script.md
@@ -405,6 +405,8 @@ We can patch over this as best we can in documentation but the result won't be
405
ideal.
406
A user can workaround this with `cargo metadata --manifest-path <file>.rs`.
407
408
+Users may be using this feature for heavier duty scripting and want optimized builds.
409
+
410
Like with all cargo packages, the `target/` directory grows unbounded.
411
This is made worse by them being out of the way and the scripts are likely to be short-lived.
412
Some prior art include a cache GC but that is also to clean up the temp files
0 commit comments