bitpacker icon indicating copy to clipboard operation
bitpacker copied to clipboard

type-safe and low-boilerplate bit level serialization

Results 1 bitpacker issues
Sort by recently updated
recently updated
newest added

According to the documentation pack_into should be able to pack_into any byte_container, but the function takes a std:array instead of std::span or equivalent. https://github.com/CrustyAuklet/bitpacker/blob/c62dbbf4fe40f267a06c94f3675aaa2579af8cfe/include/bitpacker/bitpacker.hpp#L822