Crate cargo_monorepo[][src]

Expand description

Build distribution artifacts for the project.

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

Macros

Prints an action step, with a green action verb followed by the subject.

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

Structs

A set of build options that can affect the packaging process.

A build context.

Build a context from the current environment and optionally provided attributes.

An error that can possibly inherit from a parent error.

Enums

A build mode that can either be Debug or Release.

Type Definitions

A convenience type alias to return Errors from functions.