Kasper Juul Hermansen
Kasper Juul Hermansen
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?)...
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...
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...
### What are you trying to do? In our services we rely on dagger to run go test for our services, some of our services have quite long test logs...