A simple and fast brainfuck interpreter written in Rust!
Run cargo build --release to build the file with the compiler's optimizations!
cargo build --release
Run the compiled binary directily w/ whatever brainf*ck file you want to run
./rbfi cool.bf