bigquery-storage 0.1.1

A small wrapper around the Google BigQuery Storage API
Documentation
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure().format(false).compile(
        &[
            "googleapis/google/cloud/bigquery/storage/v1/arrow.proto",
            "googleapis/google/cloud/bigquery/storage/v1/avro.proto",
            "googleapis/google/cloud/bigquery/storage/v1/storage.proto",
            "googleapis/google/cloud/bigquery/storage/v1/stream.proto",
        ],
        &["googleapis"],
    )?;
    Ok(())
}