Modules

Structs

DummyCellularAutomata is just a dummy cellular automata, which simply prints “It works!”
StaticCellularAutomata is an implementation of a static cellular automata (which remains the same)
UsizeWrapper is a wrapper for usize satisfying certain traits, such as From::()

Traits

Trait CellularAutomata is a trait that all cellular automata must satisfy

Type Definitions

Printer is the type of a printer function, which takes a string and prints it (to stdout, a file, whatever)
Reader is the type of a reader function, which returns a string (from stdin, a file, whatever)