buss-protocol 0.1.0

Bussin binary protocol
Documentation
1
2
3
4
5
6
7
8
9
# Rust Bussin Protocol
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).