
# Serdine
Serdine is a tiny serialization library for storing types in a raw (but safe), memcpy-like, format.
This is convenient for example, when interfacing with data files belonging to a C program, whose internal structure are `memcpy`'d from the in-memory instances.
## Status
This library is currently used by another project of mine ([Catacomb II-64k](https://github.com/64kramsystem/catacomb_ii-64k)); while it works as intended, I'm slowly updating it in order to make it conveniently usable by the general public.