fern_sim_eojin 0.1.0

Fern simulation, from the cellular level up.
Documentation
1
2
3
4
5
6
7
#![allow(dead_code)]

pub struct Root {
    pub x: bool
}

pub type RootSet = Vec<Root>;