xenon-rs 0.3.0

Rust bindings to the Xenon middleware (gRPC).
Documentation
#[macro_use]
extern crate anyhow;
#[macro_use]
extern crate log;

pub mod compute;
pub mod credentials;
pub mod storage;
#[path = "proto/xenon.rs"]
mod xenon;
#[path = "proto/xenon_grpc.rs"]
mod xenon_grpc;