taxes
4 months ago
0 commits to master since this release
- Automated generation of record structs.
- Support for basic data types, strings,
std::array
, and std::optional
- Data is only copied on assignment into or copying out of the record. Only a single allocation is made at construction.
- Optional mutability.
- Copying to/from byte buffers.
- Writing to/reading from streams.
- Tested on Linux with GCC and Windows with MSVC.