✨ Dagger Rust Community SDK #12070
Replies: 2 comments 1 reply
-
|
@timplifier good question, it really depends on a maintainer stepping up to get it done. I agree it would be really nice to have full module support in Rust, unfortunately the core Dagger team doesn't have the bandwidth to develop one, but we are happy to provide support it some Rustaceans volunteer :) Perhaps the new generation of coding AIs makes this exponentially easier? |
Beta Was this translation helpful? Give feedback.
-
|
It would probably be fairly easy to get it updated. I haven't moved my stuff to modules so it might make sense, and why i haven't felt the need to build the dagger codegen for rust. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What are you trying to do?
I wonder if Rust Community SDK is going to be promoted to official SDK. Currently it doesn't have proper codegen ( dagger-codegen library was last updated two years ago ) and as Rust users we can't use modules properly. I know there is an option to opt in for Go or other officially supported languages but it would be awesome if we could use Rust for that case
Why is this important to you?
Currently we only can talk to the Dagger client and fully replace Dockerfiles but I want you to expand the language ecosystem and add Rust also
How are you currently working around this?
Currently I don't use modules feature at all and just build it using cargo directly
Beta Was this translation helpful? Give feedback.
All reactions