fern_sim_eojin 0.1.0

Fern simulation, from the cellular level up.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]
//! Simulation of individual leaves (for the formation of leaves, see `stem`).

pub struct Leaf {
    pub x: bool
}