Expand description

This crate provides powerful derive macros to automatically implement the UpdateCycle and UpdateMechanics traits. For the future, we are planning to have similar functionality with other concepts associated to CellAgents.

Macros

  • Simple macro that checks if two supplied values are identical. If this is the case it will insert the specified expression. Otherwise it inserts nothing.

Derive Macros

  • Derives the UpdateCycle and UpdateMechanics trait automatically for the containing struct.