dagger-rs/crates/dagger-sdk
Kasper Juul Hermansen 4a4c03f3c2
feature/add impl (#6)
* format code

* with object gen and args

* add implementation

* add rust generator

* reset generated code

* add basic output

* reset output

* add object

* add format function

* with opts

* fix vec

* add context to unwrap

* fix arguments

* with function body

* first complete generation: Still missing Vec<Obj>

* run full alpine

* add roadmap item
2023-02-17 12:33:16 +01:00
..
src feature/add impl (#6) 2023-02-17 12:33:16 +01:00
tests feature/add impl (#6) 2023-02-17 12:33:16 +01:00
.gitignore add dagger-sdk 2023-01-29 11:38:13 +01:00
Cargo.toml tested full flow initially 2023-02-05 23:44:06 +01:00
LICENSE.MIT add dagger-sdk 2023-01-29 11:38:13 +01:00
README.md add dagger-sdk 2023-01-29 11:38:13 +01:00

dagger-rs

A dagger sdk written in rust for rust.

Disclaimer

Work in progress. This is not ready for usage yet

Status

  • dagger cli downloader
  • dagger network session
  • graphql rust codegen (User API)
  • fix build / release cycle
  • general api stabilisation