Module creator_tools::commands[][src]

Modules

android
apple

Functions

cargo_rustc_command

Initialises cargo rustc Command with given args and return it.

check_cargo_generate

Checks if cargo-generate is installed in the system.

create_project

Creates a new project. Runs cargo generate ... with given args.

find_package_cargo_manifest_path

Finds a Cargo.toml in given path.

find_workspace_cargo_manifest_path

Finds workspace/root Cargo.toml in given path or parent’s paths.

gen_minimal_project

Generates a new minimal project in given path.