mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-12-07 11:03:19 +01:00
723 B
723 B
Architecture
crates/dagger-bootstrapRoot project mainly used for generating the CLI, which in turn is used to bootstrap the code generation fromdaggercrates/dagger-coreContains all base types used during actual usage. This is where the primary logic lives in which the user interacts (*disclaimer: most stuff haven't moved in here yet.)crates/dagger-sdkContains the actual sdk in which the user interacts,dagger-coreis reexported through this API as well.crates/dagger-codegenThis is the bulk of the work, it takes the input graphql and spits out the API in which the user interacts, this is heavily inspired by otherdagger-sdk's. It primarily turns graphql into rust code.