Dynamic genome building

This commit is contained in:
Rendo 2026-03-28 20:21:12 +05:00
commit a9615c07a7
5 changed files with 94 additions and 12 deletions

View file

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