| 13 | |
| 14 | #[derive(Debug, Clone, Serialize, Deserialize, Default)] |
| 15 | pub struct EvolutionGraph { |
| 16 | pub nodes: Vec<EvolutionNode>, |
| 17 | } |
| 18 | |
| 19 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 20 | pub struct EvolutionSimulation { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…