Library for binary format parsing and generation for network
A quite small library for parsing and generate binary messages, format you nameit.
It designed to use for networking protocols e.g. take care about endianless.
It's quite easy to use, like printf and scanf.
Also it provide an memory care buffer abstraction to make it more easy.