build cargo crates on a remote host to install them locally
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blob42 f33d88916b helper cmd to list remote binaries 1 year ago
README.md send params to `cargo install` command 1 year ago
rcargo helper cmd to list remote binaries 1 year ago
requirements.txt fix bin retrieval + less eye hurt 2 years ago

README.md

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:
  • Installing binaries
    • install a package binary from crates.io
    • handle custom install parameters for cargo
    • install a cargo package bin from local path
  • Building local project on remote machine
    • rsync local changes and build
    • add/exclude build artifacts from sync