pilota-build 0.3.0

Compile thrift and protobuf idl into rust code at compile-time.
Documentation
enum Index {
    A = 0,
    Self = 1,
}

struct A {
    1: required string type,
}