1
2
3
4
5
6
//! basic implementation of blob (an individual virtual creature) and its builder

pub mod block;
pub mod blob_builder;
pub mod blob;
pub mod geno_blob_builder;