Dagger
Search

rust

No long description provided.

Installation

dagger install github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397

Entrypoint

Return Type
Replacers !
Arguments
NameTypeDefault ValueDescription
replacers[Interface ! ] !-No description provided
Example
Function Replacers.Constructor is not accessible from the rust module
Function Replacers.Constructor is not accessible from the rust module
Function Replacers.Constructor is not accessible from the rust module
Function Replacers.Constructor is not accessible from the rust module

Entrypoint

Return Type
Installer !
Arguments
NameTypeDefault ValueDescription
downloaderInterface !-No description provided
composerInterface !-No description provided
Example
Function Installer.Constructor is not accessible from the rust module
Function Installer.Constructor is not accessible from the rust module
Function Installer.Constructor is not accessible from the rust module
Function Installer.Constructor is not accessible from the rust module

Entrypoint

Return Type
Rust !
Arguments
NameTypeDefault ValueDescription
workspaceWorkspace -No description provided
versionString -Version (image tag) to use from the official image repository as a base container.
containerContainer -Custom container to use as a base container.
targets[String ! ] -Targets to install for cross-compilation.
tools[String ! ] -Tools to install.
preferDistBoolean -Prefer installing tool dependencies from pre-built binaries (if available) instead of building from source.
useCargoChefBoolean -Whether to use cargo-chef for dependency caching. Recommended for maximum cache efficiency. Note: requires curl or wget to be installed in the base container.
cargoChefVersionString -Version of cargo-chef to use.
noCacheBoolean -Whether to disable automatically mounted cache volumes. Useful if you want to mount cache volumes manually or use a different cache volume strategy.
sourceDateEpochString -Override the source date epoch for reproducible builds. If not set, the epoch is determined from the git log (if available).
cargoRegistryIndexCacheCacheVolume -Cache volume for cargo registry index.
cargoRegistryArchiveCacheCacheVolume -Cache volume for cargo registry archive.
cargoGitDbCacheCacheVolume -Cache volume for cargo git db.
cargoTargetCacheCacheVolume -Cache volume for cargo target.
rustupToolchainCacheCacheVolume -Cache volume for rustup toolchains.
rustupDownloadCacheCacheVolume -Cache volume for rustup downloads.
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
func (m *MyModule) Example() *dagger.Rust  {
	return dag.
			Rust()
}
@function
def example() -> dagger.Rust:
	return (
		dag.rust()
	)
@func()
example(): Rust {
	return dag
		.rust()
}

Entrypoint

Return Type
CargoBuildDownloader !
Arguments
NameTypeDefault ValueDescription
containerContainer !-No description provided
nameString !-No description provided
versionString -No description provided
Example
Function CargoBuildDownloader.Constructor is not accessible from the rust module
Function CargoBuildDownloader.Constructor is not accessible from the rust module
Function CargoBuildDownloader.Constructor is not accessible from the rust module
Function CargoBuildDownloader.Constructor is not accessible from the rust module

Entrypoint

Return Type
GitHubDownloader !
Arguments
NameTypeDefault ValueDescription
repositoryString !-No description provided
fileNameString !-No description provided
versionString -No description provided
replacerInterface -No description provided
Example
Function GitHubDownloader.Constructor is not accessible from the rust module
Function GitHubDownloader.Constructor is not accessible from the rust module
Function GitHubDownloader.Constructor is not accessible from the rust module
Function GitHubDownloader.Constructor is not accessible from the rust module

Entrypoint

Return Type
ArchReplacer !
Arguments
NameTypeDefault ValueDescription
keyString -No description provided
Example
Function ArchReplacer.Constructor is not accessible from the rust module
Function ArchReplacer.Constructor is not accessible from the rust module
Function ArchReplacer.Constructor is not accessible from the rust module
Function ArchReplacer.Constructor is not accessible from the rust module

Entrypoint

Return Type
ExtractToolComposer !
Arguments
NameTypeDefault ValueDescription
nameString !-No description provided
stripComponentsBoolean -No description provided
Example
Function ExtractToolComposer.Constructor is not accessible from the rust module
Function ExtractToolComposer.Constructor is not accessible from the rust module
Function ExtractToolComposer.Constructor is not accessible from the rust module
Function ExtractToolComposer.Constructor is not accessible from the rust module

Entrypoint

Return Type
BinaryComposer !
Example
Function BinaryComposer.Constructor is not accessible from the rust module
Function BinaryComposer.Constructor is not accessible from the rust module
Function BinaryComposer.Constructor is not accessible from the rust module
Function BinaryComposer.Constructor is not accessible from the rust module

Entrypoint

Return Type
VersionReplacer !
Arguments
NameTypeDefault ValueDescription
versionString !-No description provided
keyString -No description provided
Example
Function VersionReplacer.Constructor is not accessible from the rust module
Function VersionReplacer.Constructor is not accessible from the rust module
Function VersionReplacer.Constructor is not accessible from the rust module
Function VersionReplacer.Constructor is not accessible from the rust module

Entrypoint

Return Type
CargoCommand !
Arguments
NameTypeDefault ValueDescription
lockedBoolean -Assert that `Cargo.lock` will remain unchanged.
offlineBoolean -Run without accessing the network.
frozenBoolean -Equivalent to specifying both --locked and --offline.
Example
Function CargoCommand.Constructor is not accessible from the rust module
Function CargoCommand.Constructor is not accessible from the rust module
Function CargoCommand.Constructor is not accessible from the rust module
Function CargoCommand.Constructor is not accessible from the rust module

Entrypoint

Return Type
ExtractArchiveComposer !
Arguments
NameTypeDefault ValueDescription
destinationString -No description provided
stripComponentsBoolean -No description provided
Example
Function ExtractArchiveComposer.Constructor is not accessible from the rust module
Function ExtractArchiveComposer.Constructor is not accessible from the rust module
Function ExtractArchiveComposer.Constructor is not accessible from the rust module
Function ExtractArchiveComposer.Constructor is not accessible from the rust module

Entrypoint

Return Type
CargoChef !
Arguments
NameTypeDefault ValueDescription
versionString -No description provided
containerContainer !-No description provided
Example
Function CargoChef.Constructor is not accessible from the rust module
Function CargoChef.Constructor is not accessible from the rust module
Function CargoChef.Constructor is not accessible from the rust module
Function CargoChef.Constructor is not accessible from the rust module

Entrypoint

Return Type
ExtractFilterComposer !
Arguments
NameTypeDefault ValueDescription
include[String ! ] !-No description provided
stripComponentsBoolean -No description provided
Example
Function ExtractFilterComposer.Constructor is not accessible from the rust module
Function ExtractFilterComposer.Constructor is not accessible from the rust module
Function ExtractFilterComposer.Constructor is not accessible from the rust module
Function ExtractFilterComposer.Constructor is not accessible from the rust module

Types

Replacers 🔗

replacers() 🔗

Return Type
[Interface ! ] !
Example
Function RustReplacers.replacers is not accessible from the rust module
Function RustReplacers.replacers is not accessible from the rust module
Function RustReplacers.replacers is not accessible from the rust module
Function RustReplacers.replacers is not accessible from the rust module

replace() 🔗

Return Type
String !
Arguments
NameTypeDefault ValueDescription
sString !-No description provided
Example
Function RustReplacers.replace is not accessible from the rust module
Function RustReplacers.replace is not accessible from the rust module
Function RustReplacers.replace is not accessible from the rust module
Function RustReplacers.replace is not accessible from the rust module

Installer 🔗

downloader() 🔗

Return Type
Interface !
Example
Function RustInstaller.downloader is not accessible from the rust module
Function RustInstaller.downloader is not accessible from the rust module
Function RustInstaller.downloader is not accessible from the rust module
Function RustInstaller.downloader is not accessible from the rust module

composer() 🔗

Return Type
Interface !
Example
Function RustInstaller.composer is not accessible from the rust module
Function RustInstaller.composer is not accessible from the rust module
Function RustInstaller.composer is not accessible from the rust module
Function RustInstaller.composer is not accessible from the rust module

install() 🔗

Return Type
Container !
Arguments
NameTypeDefault ValueDescription
containerContainer !-No description provided
Example
Function RustInstaller.install is not accessible from the rust module
Function RustInstaller.install is not accessible from the rust module
Function RustInstaller.install is not accessible from the rust module
Function RustInstaller.install is not accessible from the rust module

Rust 🔗

container() 🔗

Return Type
Container !
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 container
func (m *MyModule) Example() *dagger.Container  {
	return dag.
			Rust().
			Container()
}
@function
def example() -> dagger.Container:
	return (
		dag.rust()
		.container()
	)
@func()
example(): Container {
	return dag
		.rust()
		.container()
}

buildContainer() 🔗

Return Type
Container !
Arguments
NameTypeDefault ValueDescription
epochString -No description provided
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 build-container
func (m *MyModule) Example() *dagger.Container  {
	return dag.
			Rust().
			BuildContainer()
}
@function
def example() -> dagger.Container:
	return (
		dag.rust()
		.build_container()
	)
@func()
example(): Container {
	return dag
		.rust()
		.buildContainer()
}

build() 🔗

Compile a local package and all of its dependencies.

Return Type
Directory !
Arguments
NameTypeDefault ValueDescription
package[String ! ] -Package to build.
allBoolean -Build all packages in the workspace.
exclude[String ! ] -Exclude packages from the build.
libBoolean -Build only this package's library.
binsBoolean -Build all binaries.
bin[String ! ] -Build only the specified binary.
examplesBoolean -Build all examples.
example[String ! ] -Build only the specified example.
testsBoolean -Build all targets that have `test = true` set.
test[String ! ] -Build only the specified test target.
benchesBoolean -Build all targets that have `bench = true` set.
bench[String ! ] -Build only the specified bench target.
allTargetsBoolean -Build all targets.
target[String ! ] -Build for the target triple.
allFeaturesBoolean -Activate all available features.
feature[String ! ] -List of features to activate.
noDefaultFeaturesBoolean -Do not activate the `default` feature.
releaseBoolean -Build artifacts in release mode, with optimizations.
profileString -Build artifacts with the specified profile.
keepGoingBoolean -Do not abort the build as soon as there is an error.
sourceDateEpochString -Override the source date epoch for reproducible builds. If not set, the epoch is determined from the git log (if available).
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 build
func (m *MyModule) Example() *dagger.Directory  {
	return dag.
			Rust().
			Build()
}
@function
def example() -> dagger.Directory:
	return (
		dag.rust()
		.build()
	)
@func()
example(): Directory {
	return dag
		.rust()
		.build()
}

test() 🔗

Execute all unit and integration tests and build examples of a local package.

Return Type
String !
Arguments
NameTypeDefault ValueDescription
testNameString -If specified, only run tests containing this string in their names.
args[String ! ] -Arguments for the test binary.
noFailFastBoolean -Run all tests regardless of failure.
package[String ! ] -Package to run tests for.
allBoolean -Test all packages in the workspace.
exclude[String ! ] -Exclude packages from the test.
libBoolean -Test only this package's library.
binsBoolean -Test all binaries.
bin[String ! ] -Test only the specified binary.
examplesBoolean -Test all examples.
example[String ! ] -Test only the specified example.
testsBoolean -Test all targets that have `test = true` set.
test[String ! ] -Test only the specified test target.
benchesBoolean -Test all targets that have `bench = true` set.
bench[String ! ] -Test only the specified bench target.
allTargetsBoolean -Test all targets (does not include doctests).
target[String ! ] -Build for the target triple.
docBoolean -Test only this library's documentation.
allFeaturesBoolean -Activate all available features.
feature[String ! ] -List of features to activate.
noDefaultFeaturesBoolean -Do not activate the `default` feature.
releaseBoolean -Build artifacts in release mode, with optimizations.
profileString -Build artifacts with the specified profile.
sourceDateEpochString -Override the source date epoch for reproducible builds. If not set, the epoch is determined from the git log (if available).
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 test
func (m *MyModule) Example(ctx context.Context) string  {
	return dag.
			Rust().
			Test(ctx)
}
@function
async def example() -> str:
	return await (
		dag.rust()
		.test()
	)
@func()
async example(): Promise<string> {
	return dag
		.rust()
		.test()
}

audit() 🔗

Audit Cargo.lock files for vulnerable crates.

Return Type
String !
Arguments
NameTypeDefault ValueDescription
denyEnum -Exit with an error on any violation.
ignore[String ! ] -Advisory id to ignore (can be specified multiple times).
dbDirectory -Directory containing the advisory database.
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 audit
func (m *MyModule) Example(ctx context.Context) string  {
	return dag.
			Rust().
			Audit(ctx)
}
@function
async def example() -> str:
	return await (
		dag.rust()
		.audit()
	)
@func()
async example(): Promise<string> {
	return dag
		.rust()
		.audit()
}

fmt() 🔗

Checks Rust source formatting with cargo fmt --check.

Return Type
String !
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 fmt
func (m *MyModule) Example(ctx context.Context) string  {
	return dag.
			Rust().
			Fmt(ctx)
}
@function
async def example() -> str:
	return await (
		dag.rust()
		.fmt()
	)
@func()
async example(): Promise<string> {
	return dag
		.rust()
		.fmt()
}

clippy() 🔗

Checks a package to catch common mistakes and improve your Rust code.

Return Type
String !
Arguments
NameTypeDefault ValueDescription
noDepsBoolean -Run Clippy only on the given crate, without linting the dependencies.
warn[String ! ] -Set lint warnings.
allow[String ! ] -Set lint allowed.
deny[String ! ] -Set lint denied.
forbid[String ! ] -Set lint forbidden.
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 clippy
func (m *MyModule) Example(ctx context.Context) string  {
	return dag.
			Rust().
			Clippy(ctx)
}
@function
async def example() -> str:
	return await (
		dag.rust()
		.clippy()
	)
@func()
async example(): Promise<string> {
	return dag
		.rust()
		.clippy()
}

doc() 🔗

Build a package’s documentation.

Return Type
String !
Arguments
NameTypeDefault ValueDescription
noDepsBoolean -Don't build documentation for dependencies.
package[String ! ] -Package to run tests for.
allBoolean -Test all packages in the workspace.
exclude[String ! ] -Exclude packages from the test.
libBoolean -Test only this package's library.
binsBoolean -Test all binaries.
bin[String ! ] -Test only the specified binary.
examplesBoolean -Test all examples.
example[String ! ] -Test only the specified example.
allFeaturesBoolean -Activate all available features.
feature[String ! ] -List of features to activate.
noDefaultFeaturesBoolean -Do not activate the `default` feature.
releaseBoolean -Build artifacts in release mode, with optimizations.
profileString -Build artifacts with the specified profile.
sourceDateEpochString -Override the source date epoch for reproducible builds. If not set, the epoch is determined from the git log (if available).
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 doc
func (m *MyModule) Example(ctx context.Context) string  {
	return dag.
			Rust().
			Doc(ctx)
}
@function
async def example() -> str:
	return await (
		dag.rust()
		.doc()
	)
@func()
async example(): Promise<string> {
	return dag
		.rust()
		.doc()
}

fix() 🔗

Runs a fixer and returns a changeset that can be inspected or applied.

Return Type
Changeset !
Arguments
NameTypeDefault ValueDescription
tool[Enum ! ] -Tool to run.
Example
dagger -m github.com/sagikazarmark/jwk-simple/dagger/rust@e7e070a9a6a8a9b86f9d0790cda57fb6f1747397 call \
 fix
func (m *MyModule) Example() *dagger.Changeset  {
	return dag.
			Rust().
			Fix()
}
@function
def example() -> dagger.Changeset:
	return (
		dag.rust()
		.fix()
	)
@func()
example(): Changeset {
	return dag
		.rust()
		.fix()
}

CargoBuildDownloader 🔗

download() 🔗

Return Type
File !
Example
Function RustCargoBuildDownloader.download is not accessible from the rust module
Function RustCargoBuildDownloader.download is not accessible from the rust module
Function RustCargoBuildDownloader.download is not accessible from the rust module
Function RustCargoBuildDownloader.download is not accessible from the rust module

GitHubDownloader 🔗

download() 🔗

Return Type
File !
Example
Function RustGitHubDownloader.download is not accessible from the rust module
Function RustGitHubDownloader.download is not accessible from the rust module
Function RustGitHubDownloader.download is not accessible from the rust module
Function RustGitHubDownloader.download is not accessible from the rust module

ArchReplacer 🔗

key() 🔗

Return Type
String !
Example
Function RustArchReplacer.key is not accessible from the rust module
Function RustArchReplacer.key is not accessible from the rust module
Function RustArchReplacer.key is not accessible from the rust module
Function RustArchReplacer.key is not accessible from the rust module

replace() 🔗

Return Type
String !
Arguments
NameTypeDefault ValueDescription
sString !-No description provided
Example
Function RustArchReplacer.replace is not accessible from the rust module
Function RustArchReplacer.replace is not accessible from the rust module
Function RustArchReplacer.replace is not accessible from the rust module
Function RustArchReplacer.replace is not accessible from the rust module

ExtractToolComposer 🔗

name() 🔗

Return Type
String !
Example
Function RustExtractToolComposer.name is not accessible from the rust module
Function RustExtractToolComposer.name is not accessible from the rust module
Function RustExtractToolComposer.name is not accessible from the rust module
Function RustExtractToolComposer.name is not accessible from the rust module

stripComponents() 🔗

Return Type
Boolean !
Example
Function RustExtractToolComposer.stripComponents is not accessible from the rust module
Function RustExtractToolComposer.stripComponents is not accessible from the rust module
Function RustExtractToolComposer.stripComponents is not accessible from the rust module
Function RustExtractToolComposer.stripComponents is not accessible from the rust module

compose() 🔗

Return Type
Directory !
Arguments
NameTypeDefault ValueDescription
fileFile !-No description provided
Example
Function RustExtractToolComposer.compose is not accessible from the rust module
Function RustExtractToolComposer.compose is not accessible from the rust module
Function RustExtractToolComposer.compose is not accessible from the rust module
Function RustExtractToolComposer.compose is not accessible from the rust module

BinaryComposer 🔗

compose() 🔗

Return Type
Directory !
Arguments
NameTypeDefault ValueDescription
fileFile !-No description provided
Example
Function RustBinaryComposer.compose is not accessible from the rust module
Function RustBinaryComposer.compose is not accessible from the rust module
Function RustBinaryComposer.compose is not accessible from the rust module
Function RustBinaryComposer.compose is not accessible from the rust module

VersionReplacer 🔗

version() 🔗

Return Type
String !
Example
Function RustVersionReplacer.version is not accessible from the rust module
Function RustVersionReplacer.version is not accessible from the rust module
Function RustVersionReplacer.version is not accessible from the rust module
Function RustVersionReplacer.version is not accessible from the rust module

key() 🔗

Return Type
String !
Example
Function RustVersionReplacer.key is not accessible from the rust module
Function RustVersionReplacer.key is not accessible from the rust module
Function RustVersionReplacer.key is not accessible from the rust module
Function RustVersionReplacer.key is not accessible from the rust module

replace() 🔗

Return Type
String !
Arguments
NameTypeDefault ValueDescription
sString !-No description provided
Example
Function RustVersionReplacer.replace is not accessible from the rust module
Function RustVersionReplacer.replace is not accessible from the rust module
Function RustVersionReplacer.replace is not accessible from the rust module
Function RustVersionReplacer.replace is not accessible from the rust module

CargoCommand 🔗

generic() 🔗

Return Type
[String ! ] !
Arguments
NameTypeDefault ValueDescription
commandString !-No description provided
Example
Function RustCargoCommand.generic is not accessible from the rust module
Function RustCargoCommand.generic is not accessible from the rust module
Function RustCargoCommand.generic is not accessible from the rust module
Function RustCargoCommand.generic is not accessible from the rust module

build() 🔗

Compile a local package and all of its dependencies.

Return Type
[String ! ] !
Arguments
NameTypeDefault ValueDescription
package[String ! ] -Package to build.
allBoolean -Build all packages in the workspace.
exclude[String ! ] -Exclude packages from the build.
libBoolean -Build only this package's library.
binsBoolean -Build all binaries.
bin[String ! ] -Build only the specified binary.
examplesBoolean -Build all examples.
example[String ! ] -Build only the specified example.
testsBoolean -Build all targets that have `test = true` set.
test[String ! ] -Build only the specified test target.
benchesBoolean -Build all targets that have `bench = true` set.
bench[String ! ] -Build only the specified bench target.
allTargetsBoolean -Build all targets.
target[String ! ] -Build for the target triple.
allFeaturesBoolean -Activate all available features.
feature[String ! ] -List of features to activate.
noDefaultFeaturesBoolean -Do not activate the `default` feature.
releaseBoolean -Build artifacts in release mode, with optimizations.
profileString -Build artifacts with the specified profile.
keepGoingBoolean -Do not abort the build as soon as there is an error.
Example
Function RustCargoCommand.build is not accessible from the rust module
Function RustCargoCommand.build is not accessible from the rust module
Function RustCargoCommand.build is not accessible from the rust module
Function RustCargoCommand.build is not accessible from the rust module

test() 🔗

Execute all unit and integration tests and build examples of a local package.

Return Type
[String ! ] !
Arguments
NameTypeDefault ValueDescription
testNameString -If specified, only run tests containing this string in their names.
args[String ! ] -Arguments for the test binary.
noFailFastBoolean -Run all tests regardless of failure.
package[String ! ] -Package to run tests for.
allBoolean -Test all packages in the workspace.
exclude[String ! ] -Exclude packages from the test.
libBoolean -Test only this package's library.
binsBoolean -Test all binaries.
bin[String ! ] -Test only the specified binary.
examplesBoolean -Test all examples.
example[String ! ] -Test only the specified example.
testsBoolean -Test all targets that have `test = true` set.
test[String ! ] -Test only the specified test target.
benchesBoolean -Test all targets that have `bench = true` set.
bench[String ! ] -Test only the specified bench target.
allTargetsBoolean -Test all targets (does not include doctests).
target[String ! ] -Build for the target triple.
docBoolean -Test only this library's documentation.
allFeaturesBoolean -Activate all available features.
feature[String ! ] -List of features to activate.
noDefaultFeaturesBoolean -Do not activate the `default` feature.
releaseBoolean -Build artifacts in release mode, with optimizations.
profileString -Build artifacts with the specified profile.
Example
Function RustCargoCommand.test is not accessible from the rust module
Function RustCargoCommand.test is not accessible from the rust module
Function RustCargoCommand.test is not accessible from the rust module
Function RustCargoCommand.test is not accessible from the rust module

doc() 🔗

Build a package’s documentation.

Return Type
[String ! ] !
Arguments
NameTypeDefault ValueDescription
noDepsBoolean -Don't build documentation for dependencies.
package[String ! ] -Package to run tests for.
allBoolean -Test all packages in the workspace.
exclude[String ! ] -Exclude packages from the test.
libBoolean -Test only this package's library.
binsBoolean -Test all binaries.
bin[String ! ] -Test only the specified binary.
examplesBoolean -Test all examples.
example[String ! ] -Test only the specified example.
allFeaturesBoolean -Activate all available features.
feature[String ! ] -List of features to activate.
noDefaultFeaturesBoolean -Do not activate the `default` feature.
releaseBoolean -Build artifacts in release mode, with optimizations.
profileString -Build artifacts with the specified profile.
Example
Function RustCargoCommand.doc is not accessible from the rust module
Function RustCargoCommand.doc is not accessible from the rust module
Function RustCargoCommand.doc is not accessible from the rust module
Function RustCargoCommand.doc is not accessible from the rust module

ExtractArchiveComposer 🔗

destination() 🔗

Return Type
String !
Example
Function RustExtractArchiveComposer.destination is not accessible from the rust module
Function RustExtractArchiveComposer.destination is not accessible from the rust module
Function RustExtractArchiveComposer.destination is not accessible from the rust module
Function RustExtractArchiveComposer.destination is not accessible from the rust module

stripComponents() 🔗

Return Type
Boolean !
Example
Function RustExtractArchiveComposer.stripComponents is not accessible from the rust module
Function RustExtractArchiveComposer.stripComponents is not accessible from the rust module
Function RustExtractArchiveComposer.stripComponents is not accessible from the rust module
Function RustExtractArchiveComposer.stripComponents is not accessible from the rust module

compose() 🔗

Return Type
Directory !
Arguments
NameTypeDefault ValueDescription
fileFile !-No description provided
Example
Function RustExtractArchiveComposer.compose is not accessible from the rust module
Function RustExtractArchiveComposer.compose is not accessible from the rust module
Function RustExtractArchiveComposer.compose is not accessible from the rust module
Function RustExtractArchiveComposer.compose is not accessible from the rust module

CargoChef 🔗

recipe() 🔗

Generates a cargo-chef recipe from the source tree.

Return Type
File !
Arguments
NameTypeDefault ValueDescription
sourceDirectory !-No description provided
workspacePathString -No description provided
Example
Function RustCargoChef.recipe is not accessible from the rust module
Function RustCargoChef.recipe is not accessible from the rust module
Function RustCargoChef.recipe is not accessible from the rust module
Function RustCargoChef.recipe is not accessible from the rust module

ExtractFilterComposer 🔗

include() 🔗

Return Type
[String ! ] !
Example
Function RustExtractFilterComposer.include is not accessible from the rust module
Function RustExtractFilterComposer.include is not accessible from the rust module
Function RustExtractFilterComposer.include is not accessible from the rust module
Function RustExtractFilterComposer.include is not accessible from the rust module

stripComponents() 🔗

Return Type
Boolean !
Example
Function RustExtractFilterComposer.stripComponents is not accessible from the rust module
Function RustExtractFilterComposer.stripComponents is not accessible from the rust module
Function RustExtractFilterComposer.stripComponents is not accessible from the rust module
Function RustExtractFilterComposer.stripComponents is not accessible from the rust module

compose() 🔗

Return Type
Directory !
Arguments
NameTypeDefault ValueDescription
fileFile !-No description provided
Example
Function RustExtractFilterComposer.compose is not accessible from the rust module
Function RustExtractFilterComposer.compose is not accessible from the rust module
Function RustExtractFilterComposer.compose is not accessible from the rust module
Function RustExtractFilterComposer.compose is not accessible from the rust module