Skip to content

rustutil/rustutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustutil

logo

Rustutil is a utility package manager for rust applications.

Runtime Dependencies

  • Cargo

Usage

rustutil --help

You can also specify no args to get help.
When you first install a package, add path/to/exe/../bin to path. Then you may run a package by running its id in your shell.

Experimental Features

You can enable experimental features when you build. Currently, the avalible features are

  • target-cache
    Enables the target cache, this saves the target directory to /targets. This saves rebuilding a packages depencencies when updating. The folder is deleted when the package is removed.