Crate cargo_build_dist

Source
Expand description

Build distribution artifacts for the project.

cargo build-dist relies on crate-level configuration to define and build distribution artifacts in various formats.

Macros§

action_step
Prints an action step, with a green action verb followed by the subject.
ignore_step
Prints an ignore step, with a yellow action verb followed by the subject.

Structs§

BuildOptions
A set of build options that can affect the packaging process.
Context
A build context.
ContextBuilder
Build a context from the current environment and optionally provided attributes.
Error
An error that can possibly inherit from a parent error.

Enums§

Mode
A build mode that can either be Debug or Release.

Type Aliases§

Result
A convenience type alias to return Errors from functions.