Overview Rustfuck is another brainfuck interpreter that I am writing to help strengthen my rust programming skills. Build Instructions To build the project run the code below and make sure that none of the code errors out cargo test cargo build --release