pulumi_gestalt_rust_adapter

Crates.iopulumi_gestalt_rust_adapter
lib.rspulumi_gestalt_rust_adapter
version0.0.3
created_at2025-03-08 18:07:00.235724+00
updated_at2025-06-14 14:10:57.726266+00
descriptionBase Rust traits and types for Pulumi Gestalt
homepage
repositoryhttps://github.com/andrzejressel/pulumi-gestalt
max_upload_size
id1584697
size7,808
​Andrzej Ressel (andrzejressel)

documentation

README

Pulumi Gestalt

GitHub Release Build Deploy Docs codecov

Pulumi Gestalt is a framework designed to simplify the process of adding new language support to the Pulumi ecosystem. It provides APIs for WebAssembly (Wasm), C FFI (Foreign Function Interface), and Rust, enabling seamless integration of new languages with Pulumi.

Motivation

Pulumi currently supports a limited number of programming languages. Adding support for a new language typically requires significant effort to bridge the language with Pulumi's core infrastructure. Pulumi Gestalt aims to reduce this effort by providing a common set of tools and APIs for language integration.

The framework is designed to work with both high-level and low-level languages, allowing developers to focus on language-specific integration details without worrying about the underlying Pulumi infrastructure.

User Guide

Integration Guide

Quick start

https://github.com/andrzejressel/pulumi-gestalt-example

Installation

Language plugin

pulumi plugin install language gestalt "VERSION" --server github://api.github.com/andrzejressel/pulumi-gestalt

Wasm Runner

cargo binstall -y pulumi_gestalt_wasm_runner@VERSION
Commit count: 1055

cargo fmt