sdk/rust/ARCHITECTURE.md
Warning This SDK is experimental. Please do not use it for anything mission-critical. Possible issues include:
crates/dagger-bootstrap Root project mainly used for generating the CLI,
which in turn is used to bootstrap the code generation from daggercrates/dagger-sdk Contains the actual sdk in which the user interacts,
dagger-core is reexported through this API as well.crates/dagger-codegen This 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 other dagger-sdk's. It primarily turns graphql into rust code.