binverse 0.1.0

Fast binary serialization with versioning.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# BinVerSer (Binary Versioned Serializer)

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



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