Skip to main content

Crate cargo_truce

Crate cargo_truce 

Source
Expand description

cargo-truce library - engine for cargo truce <subcommand>.

main.rs owns argument parsing, the cargo truce arg strip, the user-facing help block, and dispatch for new (single + --workspace modes, which live in the scaffold module). Every other subcommand goes through run.

Modules§

scaffold
Project scaffolding for cargo truce new.

Enums§

CargoTruceError

Functions§

run
Run a command with the given args (e.g. ["install", "--clap"]).

Type Aliases§

Res