pilota-build 0.3.0

Compile thrift and protobuf idl into rust code at compile-time.
Documentation
pub mod bytes {
    #![allow(warnings, clippy::all)]
    #[derive(PartialOrd, Hash, Eq, Ord, :: prost :: Message, Clone, PartialEq)]
    pub struct A {
        #[prost(bytes, tag = "1")]
        pub a: ::pilota::Bytes,
    }
}