Crate foundry

Source
Expand description

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

Modules§

  • This module contains some methods to get informations and statistics about the patterns of a grid.
  • This module contains the various kinds of errors used by this crate.
  • 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”.
  • This module contains some methods to modify a grid and compute its next generations.

Structs§

  • This struct contains the grid of a life cellular automaton.