Function cargo_px::codegen

source ·
pub fn codegen(cargo_path: &str, shell: &mut Shell) -> Result<(), Vec<Error>>
Expand description

Find all codegen units in the current workspace and perform code generation for each of them, in an order that takes into account their respective dependency relationships.