pub fn prepare(
build_runner: &mut BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<Job>
Expand description
Prepares a Work
that executes the target as a custom build script.
pub fn prepare(
build_runner: &mut BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<Job>
Prepares a Work
that executes the target as a custom build script.