Created Run Files

This commit is contained in:
Maddox Werts 2025-01-19 10:15:48 -05:00
parent cff6ab0ab7
commit 3ad272c57f
2 changed files with 12 additions and 0 deletions

6
scripts/cargo/cargo Executable file
View file

@ -0,0 +1,6 @@
docker run --rm -i \
--name cargo \
--user rustacean \
-v "$PWD:$PWD:Z" \
-w "$PWD" \
rust-ls:cargo "$@"

6
scripts/rust-analyzer/rust-ls Executable file
View file

@ -0,0 +1,6 @@
docker run --rm -i \
--name rust-analyzer \
--user rustacean \
-v "$PWD:$PWD:Z" \
-w "$PWD" \
rust-ls:analyzer "$@"