1
2
3
4
5
pub mod chromosome;
pub mod genes;
pub mod genotype;
pub mod phenotype;
pub mod population;