brainfuck A simple brainfuck interpreter in Rust. Documentation Usage This project follows a very standard Rust setup. cargo run # Runs the executable. cargo test # Runs the tests.