shiplift
shiplift copied to clipboard
Look into srcing info from api schema
https://github.com/docker/docker/blob/master/api/swagger.yaml
@softprops Do you have any ideas about how this might be accomplished? I couldn't find a swagger code generator for rust
It looks like Rusoto - the AWS crate - uses code generation to wrap that API. The code that generates this code is in another crate called codegen.
@softprops It looks like someone just added a swagger code generator for rust