jakcron / libtoolchain

Toolchain Development Library
Other
2 stars 0 forks source link

Feature: templated 16, 32, & 64bit endian-types. #25

Closed jakcron closed 3 years ago

jakcron commented 3 years ago

Overview

This adds template classes for (de)serialising 16,32,64 bit POD data types.

These classes were added as a part of the dog fooding libtoolchain integration testing.

Tests

Test were added to endian_TestClass, and currently pass.