bitbroker 0.1.0

A language agnostic message broker designed for real-time communication.
Documentation
1
2
3
fn main() {
    prost_build::compile_protos(&["proto/initial.proto"], &["proto/"]).unwrap();
}