A code generator similar to AutoRest, but is written in Rust to generate Rust code. It supports specifications found in Azure/azure-rest-api-specs/specification.
cargo build
The generated code is not formatted. To format the generated code, run cargo fmt.