# Elementary Cellular Automata This is a simple implementation of elementary cellular automata in Rust. The program takes a rule number and initial conditions, and enables calling the automaton for update and current vector representation.