cosmicus 0.1.9

Cosmicus Client and Server to make the runner better
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod message;

pub use message::*;

pub type Id = String;

#[derive(Debug, Clone)]
pub struct CosmicusRunner {
  pub id: Id,
  pub name: String,
  pub version: String,
  pub max_runs: u64,
}