Heliometer
A Brainfuck interpreter written in Rust.
Heliometer can read and execute Brainfuck programs from a file, or it can be used as a library. See the documentation for details.
Binary Installation
Simply run cargo install to install helio to .cargo/bin.
helio <file> will interpret the contents of <file> as Brainfuck, using
stdin and stdout for input and output respectively.