rusti

Crates.iorusti
lib.rsrusti
version0.1.4
sourcesrc
created_at2019-03-17 22:34:36.23131
updated_at2019-03-17 23:19:43.743997
descriptionA simple go-style utility for downloading, installing, and running rust programs.
homepagehttps://github.com/dowlandaiello/rusti
repositoryhttps://github.com/dowlandaiello/rusti
max_upload_size
id121677
size10,186
Dowland Aiello (dowlandaiello)

documentation

README

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
Commit count: 25

cargo fmt