Gene, flow and manipulations

This commit is contained in:
rendo 2026-03-30 11:36:42 +05:00
commit 4ed86fda31
7 changed files with 119 additions and 48 deletions

View file

@ -5,6 +5,7 @@ pub mod gene;
pub mod genome;
pub mod arguments;
pub mod manipulations;
pub mod flow;
pub mod prelude {
pub use crate::genetics::genome::*;