serdine 0.1.3

A tiny serialization library for storing types in a raw (but safe), memcpy-like, format
Documentation
1
2
3
4
5
6
7
8
9
10
11
![Logo](/images/serdine.jpg?raw=true)

# 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.