binverse 0.2.0

Fast binary serialization with versioning.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# BinVerSe (**Bin**ary **Ver**sioned **Se**rializer)

Provides fast binary serialization with versioning to store data in a backwards-compatible, compact way.

Right now, the crate is still work in progress and I wouldn't recommend using it for larger projects as breaking changes and problems might occur.

## Features
- [x] Simple, fast binary serialization
- [x] Versioning using revision numbers
- [x] Error handling
- [ ] Procedural macros to avoid boilerplate code (coming soon)