Closed desaikd closed 1 month ago
This PR adds new model changes for Rust code generation.
string_representation
FullyQualifiedTypeReference
AbstractDataType
IslType
The generated code still stays the same only the template changes to use the new model.
Generated Rust code can be found here.
Add roundtrip tests for Rust code.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #136
Description of changes:
This PR adds new model changes for Rust code generation.
List of changes:
string_representation
onFullyQualifiedTypeReference
which will have namespace representated based on programming languageAbstractDataType
to include ISL type name when serializing sourceIslType
Generated code:
The generated code still stays the same only the template changes to use the new model.
Generated Rust code can be found here.
Tests:
Add roundtrip tests for Rust code.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.