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§
- Build
Options - A set of build options that can affect the packaging process.
- Context
- A build context.
- Context
Builder - 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
orRelease
.
Type Aliases§
- Result
- A convenience type alias to return
Error
s from functions.