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§
- identical
- 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§
- AuxStorage
- Derives the
UpdateCycle
andUpdateMechanics
trait automatically for the containing struct.