pilota-build 0.13.10

Compile thrift and protobuf idl into rust code at compile-time.
Documentation
1
2
3
4
pub fn error_abort(msg: String) -> ! {
    eprintln!("{msg}");
    std::process::exit(1);
}