This is an implementation of bussin protocol in rust.
It is a very low level implementation dealing with only
conversion to and from raw bytes.
It is usefull for implementation of rust servers/clients that speak
[the bussin protocol](https://github.com/OmentaElvis/buss-protocol-spec).