Crate bfi

Source
Expand description

Brainfuck interpreter for Rust.

Structs§

  • Brainfuck machine, consisting of tape, a Vec<u8>, and the pointer to a cell.

Enums§

  • Error caused by Brainfuck code.

Functions§

  • Shortcut for s.bytes().collect().