Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 339 Bytes

rust.md

File metadata and controls

18 lines (10 loc) · 339 Bytes

RustTarget

The RustTarget class is a subclass of Target that is used to configure the code generation for Rust.

Configuration Options

language

  • Required

Set the language field to "rust" to generate Rust code.

path

  • Required

The path field is a string that specifies the path to generate the code.