#binaries #cargo #cargo-subcommand #binary #global #path #toml

bin+lib cargo-hoist

Dead simple, memoized cargo subcommand to hoist cargo-built binaries into scope

14 releases

0.1.11 Nov 7, 2023
0.1.10 Nov 6, 2023
0.1.1 Oct 30, 2023
0.0.2 Oct 29, 2023

#245 in Cargo plugins

Download history 2/week @ 2024-02-14 9/week @ 2024-02-21 2/week @ 2024-02-28 2/week @ 2024-03-06 6/week @ 2024-03-13 18/week @ 2024-03-27 33/week @ 2024-04-03

51 downloads per month

MIT license

2MB
1K SLoC

cargo-hoist

CI Build Status Release Tag Build Status License Docs Latest Version rustc 1.70+

Dead simple cargo subcommand to hoist cargo-built binaries into scope. https://github.com/refcell/cargo-hoist/labels/stable

Install | User Docs | Crate Docs | Reference | Contributing | License

What is cargo-hoist?

cargo-hoist is an ultra lightweight, dead simple cargo subcommand that memoizes cargo-built binaries using a global toml cache file. Since the global toml file contains a memoized list of the built binary paths, the hoist subcommand can then be used to manipulate cargo-built binaries in a whole variety of ways.

Primarily, binaries can be pulled into the current working directory using cargo hoist <bin name> (the default, flagless hoist command). To load the binary into path, you can run cargo hoist <bin name> --path.

Often, it's added overhead to remember where your binary is built within the target/.. directories. cargo-hoist makes it easy to find locally built binaries using the --list (or -l shorthand) flag.

Usage

Install cargo-hoist using cargo.

cargo install cargo-hoist

CLI Flags

Below is a manual output for v0.1.11. To generate a more up-to-date output, run cargo hoist --help.

Dead simple, memoized cargo subcommand to hoist cargo-built binaries into scope.

Usage: cargo hoist [OPTIONS] [COMMAND]

Commands:
  hoist     Hoist dependencies
  list      List registered dependencies
  search    Search for a binary in the hoist toml registry
  nuke      Nuke wipes the hoist toml registry
  register  Registers a binary in the global hoist toml registry
  help      Print this message or the help of the given subcommand(s)

Options:
  -v, --verbosity...  Verbosity level (0-4). Default: 0 (ERROR)
  -q, --quiet         Suppresses standard output
  -h, --help          Print help
  -V, --version       Print version

Contributing

Contributions of all forms are welcome and encouraged!

Please check existing issues for similar feature requests or bug reports.

Otherwise, feel free to open an issue if no relevant issue already exists.

License

This project is licensed under the MIT License.

Free and open-source, forever. All our rust are belong to you.

Dependencies

~5–14MB
~155K SLoC