Expand description
This crate contains library functions for the Cellulars project.
Modules§
- base
- Bundle of base structs used to build complex behaviour via composition.
- cell_
container - Contains logic associated with CellContainer.
- constants
- Contains constants.
- empty_
cell - Contains logic associated with
EmptyCell. - io
- Bundle of submodules used for IO operations.
- lattice
- Contains logic associated with
Lattice. - positional
- Bundle of submodules that relate to positioning in space.
- prelude
- Prelude containing commonly used items.
- spin
- Contains logic associated with
Spin. - static_
adhesion - Contains logic associated with StaticAdhesion.
- symmetric_
table - Contains logic associated with SymmetricTable.
- traits
- Bundle of traits that implement complex behaviour on composite types containing
basetypes.
Macros§
- cell_
container - Initializes a
CellContainerwithEmptyCells.