atelier_data 0.0.15

Data Artifacts and I/O for the atelier-rs engine
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[derive(Debug, Deserialize, Clone)]
pub struct ExpConfig {
    pub id: String,
    pub n_progressions: u32,
    pub n_agents: Option<u32>,
}