Skip to content

Rust

Please Read First

Before proceeding, make sure to read this Overview page to get a better understanding of the documentation.

Rust integration is available as pulumi_gestalt_rust_integration package in project's custom crate repository.

You can setup this repository using

.cargo/config.toml
[registries.pulumi-gestalt]
index = "sparse+https://cargo.cloudsmith.io/andrzej-ressel-github/pulumi-gestalt/"

and dependency can be then added using

Cargo.toml
[dependencies]
pulumi_gestalt_rust_integration = {version = "=<PULUMI_GESTALT_VERSION>", registry = "pulumi-gestalt"}

rustdoc for integration is available here