hail-batch 0.0.1

A hail batch service client library
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
pub struct Project {
    #[serde(rename = "billing_project")]
    pub name: String,
    pub users: Vec<String>,
}