pilota-build 0.3.0

Compile thrift and protobuf idl into rust code at compile-time.
Documentation
struct A {

}

struct TEST {
    1: required string ID,
    2: required list<list<A>> Name2(pilota.rust_wrapper_arc="true"),
    3: required map<i32, list<A>> Name3(pilota.rust_wrapper_arc="true"),
}

service TestService {
    string test(1: TEST req(pilota.rust_wrapper_arc="true"));
}