waxosuit-codec 0.2.2

Encoding and decoding primitives for Waxosuit
Documentation
fn main() {
    prost_build::compile_protos(&["src/http.proto", 
                                  "src/core.proto", 
                                  "src/messaging.proto",
                                  "src/kv.proto"],
                 &["src/"]).unwrap();
}