[][src]Module cargo_raze::planning

Structs

BuildPlannerImpl

The default implementation of a BuildPlanner.

CrateCatalog

An intermediate structure that contains details about all crates in the workspace.

CrateCatalogEntry

An entry in the Crate catalog for a single crate.

PlannedBuild

A ready-to-be-rendered build, containing renderable context for each crate.

Constants

VENDOR_DIR

Traits

BuildPlanner

An entity that can produce an organized, planned build ready to be rendered.