reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat: use 2 byte binary encoded integers #206

Closed markaylett closed 1 year ago

markaylett commented 1 year ago

Use 2 byte binary encoded integers and provide and option to encode in little endian and big endian.

SDB-4987