5 releases
0.1.4 | Mar 17, 2019 |
---|---|
0.1.3 | Mar 17, 2019 |
0.1.2 | Mar 17, 2019 |
0.1.1 | Mar 17, 2019 |
0.1.0 | Mar 17, 2019 |
#12 in #installing
9KB
189 lines
rusti
A simple go-style utility for downloading, installing, and running rust programs.
Installation
cargo install rusti
Usage
Download a Package
rusti get package_url
Example:
rusti get github.com/dowlandaiello/rusti
Install a Package
rusti install package_url
Example:
rusti install github.com/dowlandaiello/rusti
Run the current Package
rusti run
Build the Current Package
rusti build
Create a new Package
rusti init package_url
Example:
rusti init github.com/dowlandaiello/rusti
Dependencies
~39–430KB