servicepoint-tanks/EndiannessSourceGenerator
2024-04-21 11:44:56 +02:00
..
EndiannessGenerator.cs fix code gen property never set 2024-04-21 11:44:56 +02:00
EndiannessSourceGenerator.csproj code generator that automatically switches endianness 2024-04-20 15:58:46 +02:00
Readme.md code generator that automatically switches endianness 2024-04-20 15:58:46 +02:00

Endianness Source Generator

When annotating a struct with the StructEndianness attribute, this code generator will generate properties for the declared fields.

Each time a property is read or written, the endianness is converted from runtime endianness to struct endianness or vice-versa.