Function turing

Source
fn turing(
    rules: &[[Rule; 2]],
    state: usize,
    tape: usize,
    max_steps: u32,
) -> Skip