serialize is a header-only C++ library for reading and writing bitpacked
data, designed for network protocols and game networking. It provides a
unified serialize function per type that compiles three ways (read, write
and measure), bounds-checks every value read off the wire, and round-trips
floats bit-exactly.
