rustic / com.osm.gradle.plugins.wrapper / Rustup

Rustup

class Rustup : RustToolBase

Wraps the functionality of the options command.

Constructors

<init>

Wraps the functionality of the options command.

Rustup()

Properties

executable

Set the path to the executable file. For relative paths, it is resolved based on workingDirectory. If only the file name is set, not the path, the location of the executable is searched from the environment variable PATH.

val executable: String

Functions

target

fun target(options: OptionBuilder = OptionBuilder()): String