Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 556 Bytes

AutoRust Software License

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.

Building

cargo build

Formatting

The generated code is not formatted. To format the generated code, run cargo fmt.