bqsp 0.5.1

Presentation layer protocol used to transport data in a fast and efficient manner.
Documentation
1
2
3
4
5
6
7
pub mod deserializer;
pub mod serializer;
mod boxes;
mod syntatic;

pub use boxes::*;
pub use syntatic::*;