Hello. I am new to Pulumi and am curious about it...
# getting-started
c
Hello. I am new to Pulumi and am curious about it's support for Rust. I found an article by David Flanagan that was written about two and half years ago that addresses this topic - https://www.pulumi.com/blog/extending-pulumi-languages-with-yaml-cue-jsonnet-rust/ - and I'm wondering what updates there have been since to support Rust.
t
So we don't officially support rust but of course you could add a language provider for it. Personally I would say rust isn't the best fit for pulumi (I love rust and use it for nearly every personal project). I understand wanting to use rust if your main project is also in rust, though. Out of curiosity do you just like rust so want the API for it or have a specific use case in mind?