dagger-sdk icon indicating copy to clipboard operation
dagger-sdk copied to clipboard

A dagger sdk written in rust for rust

Results 10 dagger-sdk issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...

The idea behind this is to support what the other sdks do with `id()`. I.e. ```go directory := client.Host().Directory(...) client.From().Container().WithDirectory("/", directory) ``` vs ```rust let directory = client.host().directory(...) client.from().container().with_directory("/", directory.id().await?)...

enhancement

Restructured the tests folder. Added tests for file of the dagger standard API.

Adds support for windows (CI and sdk): #47. This means rust dagger sdk can now be natively executed on windows, as opposed to just through WSL2

Windows support need to be explicitly supported. Right now we neither test on windows, or develop on it (I don't at least). As such this issue tracks the progress of...

enhancement

documentation
good first issue

This is about testing all standard apis via. gen.rs in dagger-sdk. The goal is to produce tests for each individual feature. I am gonna work on this over the next...

enhancement
help wanted
good first issue