Crate foundry[][src]

This crate provides an interface to manipulate life cellular automata grids. Those grids can be toroidal or resizable.

Modules

analysis

This module contains some methods to get informations and statistics about the patterns of a grid.

error

This module contains the various kinds of errors used by this crate.

file

This module contains the functions and methods that enable to load and save files containing grid data. For now it supports two internal file formats : "Resizable Life" and "Toroidal Life".

processing

This module contains some methods to modify a grid and compute its next generations.

Structs

Grid

This struct contains the grid of a life cellular automaton.