1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/// include the generated protobuf source as a submodule
pub mod proto {
    include!(concat!(env!("OUT_DIR"), "/ballista.rs"));
}

//#[macro_use]
extern crate gtmpl;
#[macro_use]
extern crate gtmpl_derive;
extern crate gtmpl_value;

pub mod client;
pub mod cluster;
pub mod error;
pub mod execution;
pub mod logical_plan;