bf_rs A Brainfuck interpreter written in Rust. How to use Installing cargo install --path . Running Simply running this program will open a prompt to type the brainfuck code you want. Or you can run directly from a file: bf_rs <path_to_file>