13 lines
327 B
Markdown
13 lines
327 B
Markdown
My scripts/tools for rust development
|
|
|
|
### list of tools:
|
|
#### rcargo:
|
|
|
|
Run remote cargo commands on remote workstation/server and output builds and
|
|
binaries into local machine.
|
|
|
|
##### Todo:
|
|
* [ ] Building local project on remote machine
|
|
* [ ] rsync local changes and build
|
|
* [ ] add/exclude build artifacts from sync
|