Codec for modern C++
I had some fun recently when working on my game.
I got to build a type-safe encoder decoder utility set that can encode and decode arbitrary types (with overload). It was an enjoyable experience to build, and I figure I’d just like to share it
Feel free to take this and use at your leisure, no copyright attribution is required.