cellular_raza 0.5.0

Cellular Agent-based Modeling from a Clean Slate
Documentation
#![deny(missing_docs)]
#![deny(clippy::missing_docs_in_private_items)]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! > “What I cannot create, I do not understand.”
//! >
//! >  --- Richard P. Feynman
//!
//! [cellular_raza](crate) is an agent-based modeling tool to simulate individual biological
//! cells with a mechanistically
//! driven mindset.
//! This means, properties of cells are individually driven by strictly local phenomena.

pub use cellular_raza_building_blocks as building_blocks;

pub use cellular_raza_concepts as concepts;

pub use cellular_raza_core as core;

/// Re-exports the default simulation types and traits.
pub mod prelude;