wascap-codec 0.0.1

Encoding and decoding primitives for the wascap WebAssembly libraries
Documentation
1
2
3
4
5
6
7
fn main() {
    prost_build::compile_protos(&["src/http.proto", 
                                  "src/core.proto", 
                                  "src/messaging.proto",
                                  "src/kv.proto"],
                 &["src/"]).unwrap();
}