Skip to content

Latest commit

 

History

History
 
 

autorust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.